Skip to content

Commit 5365a2a

Browse files
authored
Remove PHP setup step from CI workflow
Removed PHP setup step from CI workflow. Signed-off-by: ALifeInArtifyAI <238904666+projectedanx@users.noreply.github.com>
1 parent df864c1 commit 5365a2a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v6
4545

46-
- name: Use PHP ${{ matrix.php }}
47-
uses: shivammathur/setup-php@dbd5229d35997b387a27315c1a6e9b3c2f237288 # v2.37.0
48-
with:
49-
php-version: ${{ matrix.php }}
50-
extensions: mbstring, curl, zip, dom, simplexml, intl, pdo_mysql
51-
tools: phpunit
52-
coverage: ${{ matrix.coverage }}
53-
5446
- name: Cache Composer packages
5547
id: composer-cache
5648
uses: actions/cache@704facf57e6136b1bc63b828d79afa649 # v4

0 commit comments

Comments
 (0)