File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -14,26 +14,13 @@ jobs:
1414 - name : Checkout code
1515 uses : actions/checkout@v6
1616
17- - name : Setup PHP != 8.5
18- if : ${{ matrix.php != '8.5' }}
17+ - name : Setup PHP
1918 uses : shivammathur/setup-php@v2
2019 with :
2120 php-version : ${{ matrix.php }}
2221 coverage : none
2322 tools : phpstan, phpcs
2423
25- - name : Setup PHP 8.5
26- if : ${{ matrix.php == '8.5' }}
27- uses : shivammathur/setup-php@v2
28- with :
29- php-version : ${{ matrix.php }}
30- coverage : none
31- tools : phpstan, phpcs
32- # this ini directive seems to be off by default in PHP 8.5
33- # see https://github.com/php/php-src/issues/20279
34- # enable it because codeception relies on it.
35- ini-values : register_argc_argv=1
36-
3724 - name : Validate composer.json and composer.lock
3825 run : composer validate
3926
You can’t perform that action at this time.
0 commit comments