File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments