File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -20,24 +20,12 @@ jobs:
2020 - name : Checkout code
2121 uses : actions/checkout@v6
2222
23- - name : Setup PHP != 8.5
24- if : ${{ matrix.php != '8.5' }}
23+ - name : Setup PHP
2524 uses : shivammathur/setup-php@v2
2625 with :
2726 php-version : ${{ matrix.php }}
2827 coverage : none
2928
30- - name : Setup PHP 8.5
31- if : ${{ matrix.php == '8.5' }}
32- uses : shivammathur/setup-php@v2
33- with :
34- php-version : ${{ matrix.php }}
35- coverage : none
36- # this ini directive seems to be off by default in PHP 8.5
37- # see https://github.com/php/php-src/issues/20279
38- # enable it because codeception relies on it.
39- ini-values : register_argc_argv=1
40-
4129 - name : Validate composer.json and composer.lock
4230 run : composer validate
4331
Original file line number Diff line number Diff line change 1818 "php" : " ^8.0" ,
1919 "codeception/codeception" : " ^5.0" ,
2020 "predis/predis" : " ^1.1 | ^2.0 | ^3.0" ,
21- "sebastian/comparator" : " ^4.0 | ^5.0 | ^6.0 | ^7.0"
21+ "sebastian/comparator" : " ^4.0 | ^5.0 | ^6.0 | ^7.0 | ^8.0 "
2222 },
2323 "autoload" : {
2424 "classmap" : [
You can’t perform that action at this time.
0 commit comments