@@ -11,12 +11,13 @@ jobs:
1111 name : PHP ${{ matrix.php }} Latest
1212 runs-on : ubuntu-latest
1313 strategy :
14+ fail-fast : false
1415 matrix :
15- php : ['7.1', '7.2', '7.3', '7. 4', '8.0', '8.1', '8.2', '8.3', '8.4']
16+ php : ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5 ']
1617
1718 steps :
1819 - name : Checkout code
19- uses : actions/checkout@v3
20+ uses : actions/checkout@v6
2021
2122 - name : Setup PHP
2223 uses : shivammathur/setup-php@v2
2526 tools : composer:v2
2627 coverage : none
2728
28- - name : Emulate PHP 8.3
29- run : composer config platform.php 8.3.999
30- if : matrix.php == '8.4'
31-
3229 - name : Install dependencies
3330 run : composer update --prefer-dist --no-interaction --no-progress
3431
@@ -39,12 +36,13 @@ jobs:
3936 name : PHP ${{ matrix.php }} Lowest
4037 runs-on : ubuntu-latest
4138 strategy :
39+ fail-fast : false
4240 matrix :
43- php : ['7.1 ', '7.2 ', '7.3', '7.4 ']
41+ php : ['7.4 ', '8.0 ', '8.5 ']
4442
4543 steps :
4644 - name : Checkout code
47- uses : actions/checkout@v3
45+ uses : actions/checkout@v6
4846
4947 - name : Setup PHP
5048 uses : shivammathur/setup-php@v2
6765
6866 steps :
6967 - name : Checkout code
70- uses : actions/checkout@v3
68+ uses : actions/checkout@v6
7169
7270 - name : Setup PHP
7371 uses : shivammathur/setup-php@v2
0 commit comments