Skip to content

Commit 7a5bd96

Browse files
committed
Make PHP 8.4 the main version for testing
1 parent 73e8a3b commit 7a5bd96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ jobs:
4141
run: composer install --no-progress --prefer-dist --optimize-autoloader
4242

4343
- name: Test with PHPUnit
44-
if: matrix.php-versions != '8.3' || matrix.operating-system != 'ubuntu-latest'
44+
if: matrix.php-versions != '8.4' || matrix.operating-system != 'ubuntu-latest'
4545
env:
4646
XDEBUG_MODE: coverage
4747
shell: bash
4848
run: vendor/bin/phpunit --testdox -- tests
4949

5050
- name: Test with PHPUnit (coverage)
51-
if: matrix.php-versions == '8.3' && matrix.operating-system == 'ubuntu-latest'
51+
if: matrix.php-versions == '8.4' && matrix.operating-system == 'ubuntu-latest'
5252
env:
5353
XDEBUG_MODE: coverage
5454
shell: bash
5555
run: vendor/bin/phpunit --testdox --coverage-clover coverage.xml -- tests
5656

5757
- name: Codecov
58-
if: matrix.php-versions == '8.3' && matrix.operating-system == 'ubuntu-latest'
58+
if: matrix.php-versions == '8.4' && matrix.operating-system == 'ubuntu-latest'
5959
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)