File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 77jobs :
88 PHPUnit :
99 name : PHPUnit (PHP ${{ matrix.php }})
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111 strategy :
1212 matrix :
1313 php :
14+ - 8.4
1415 - 8.3
1516 - 8.2
1617 - 8.1
2425 - uses : shivammathur/setup-php@v2
2526 with :
2627 php-version : ${{ matrix.php }}
27- coverage : xdebug
28+ coverage : ${{ matrix.php < 8.0 && ' xdebug' || 'pcov' }}
2829 ini-file : development
2930 - run : composer install
3031 - run : vendor/bin/phpunit --coverage-text
@@ -34,10 +35,11 @@ jobs:
3435
3536 PHPStan :
3637 name : PHPStan (PHP ${{ matrix.php }})
37- runs-on : ubuntu-22 .04
38+ runs-on : ubuntu-24 .04
3839 strategy :
3940 matrix :
4041 php :
42+ - 8.4
4143 - 8.3
4244 - 8.2
4345 - 8.1
Original file line number Diff line number Diff line change 2828 "php" : " >=7.1.0"
2929 },
3030 "require-dev" : {
31- "phpstan/phpstan" : " 1.10.39 || 1.4.10" ,
31+ "phpstan/phpstan" : " 1.12.19 || 1.4.10" ,
3232 "phpunit/phpunit" : " ^9.6 || ^7.5"
3333 },
3434 "autoload" : {
You can’t perform that action at this time.
0 commit comments