Skip to content

Commit 5fd0237

Browse files
committed
Test against PHP 8.4
1 parent aedfab7 commit 5fd0237

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ jobs:
8585
run: composer install --no-progress --prefer-dist --optimize-autoloader
8686

8787
- name: Run unit tests with coverage
88-
if: ${{ matrix.php-versions == '8.3' }}
88+
if: ${{ matrix.php-versions == '8.4' }}
8989
run: vendor/bin/phpunit
9090

9191
- name: Run unit tests (no coverage)
92-
if: ${{ matrix.php-versions != '8.3' }}
92+
if: ${{ matrix.php-versions != '8.4' }}
9393
run: vendor/bin/phpunit --no-coverage
9494

9595
- name: Save coverage data
96-
if: ${{ matrix.php-versions == '8.3' }}
96+
if: ${{ matrix.php-versions == '8.4' }}
9797
uses: actions/upload-artifact@v4
9898
with:
9999
name: coverage-data
@@ -161,7 +161,7 @@ jobs:
161161
uses: shivammathur/setup-php@v2
162162
with:
163163
# Should be the higest supported version, so we can use the newest tools
164-
php-version: '8.3'
164+
php-version: '8.4'
165165
tools: composer, composer-require-checker, composer-unused, phpcs
166166
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, posix, spl, xml
167167

0 commit comments

Comments
 (0)