@@ -12,11 +12,11 @@ jobs:
1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- php : ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
15+ php : ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020
2121 - name : Setup PHP
2222 uses : shivammathur/setup-php@v2
2525 tools : composer:v2
2626 coverage : none
2727
28- - name : Emulate PHP 8.3
29- run : composer config platform.php 8.3.999
30- if : matrix.php == '8.4'
31-
3228 - name : Install dependencies
3329 run : composer update --prefer-dist --no-interaction --no-progress
3430
@@ -40,11 +36,11 @@ jobs:
4036 runs-on : ubuntu-latest
4137 strategy :
4238 matrix :
43- php : ['7.1', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4 ']
39+ php : ['7.1', '7.4', '8.0', '8.5 ']
4440
4541 steps :
4642 - name : Checkout code
47- uses : actions/checkout@v4
43+ uses : actions/checkout@v6
4844
4945 - name : Setup PHP
5046 uses : shivammathur/setup-php@v2
5349 tools : composer:v2
5450 coverage : none
5551
56- - name : Emulate PHP 8.3
57- run : composer config platform.php 8.3.999
58- if : matrix.php == '8.4'
59-
6052 - name : Install dependencies
6153 run : |
6254 composer require "sebastian/comparator:^3.0.2" --no-interaction --no-update
7163
7264 steps :
7365 - name : Checkout code
74- uses : actions/checkout@v4
66+ uses : actions/checkout@v6
7567
7668 - name : Setup PHP
7769 uses : shivammathur/setup-php@v2
0 commit comments