File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 operating-system : [ubuntu-latest]
10- php-versions : ['8.1', '8.2', '8.3']
10+ php-versions : ['8.1', '8.2', '8.3', '8.4' ]
1111 composer-options : ['', '--prefer-lowest']
1212 fail-fast : false
1313 name : PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} with ${{ matrix.composer-options }}
2020 php-version : ${{ matrix.php-versions }}
2121 tools : ' composer:v2'
2222 extensions : pcov, mbstring, posix
23+ - name : Set env vars for latest PHP version
24+ if : matrix.php-versions == '8.4'
25+ run : |
26+ export COMPOSER_IGNORE_PLATFORM_REQ=php+
27+ export BOX_REQUIREMENT_CHECKER=0
2328 - name : Check Versions
2429 run : |
2530 php -v
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0" ,
13+ "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 " ,
1414 "phpro/api-problem" : " ^1.0" ,
1515 "symfony/dependency-injection" : " ^5.4 || ^6.0 || ^7.0" ,
1616 "symfony/event-dispatcher" : " ^5.4 || ^6.0 || ^7.0" ,
1919 "require-dev" : {
2020 "friendsofphp/php-cs-fixer" : " ^3.39" ,
2121 "matthiasnoback/symfony-dependency-injection-test" : " ^4.3" ,
22- "phpro/grumphp-shim" : " ^2.3 " ,
22+ "phpro/grumphp-shim" : " ^2.10 " ,
2323 "phpspec/prophecy-phpunit" : " ^2.0" ,
2424 "phpspec/prophecy" : " ^1.17" ,
2525 "phpunit/phpunit" : " ^9.5" ,
You can’t perform that action at this time.
0 commit comments