File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 testsuite :
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 strategy :
1818 fail-fast : false
1919 matrix :
20- php-version : ['8.4 ']
20+ php-version : ['8.5 ']
2121 prefer-lowest : ['']
22+ include :
23+ - php-version : 8.4
24+ prefer-lowest : prefer-lowest
2225
2326 steps :
24- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2528
2629 - name : Setup PHP
2730 uses : shivammathur/setup-php@v2
@@ -70,15 +73,15 @@ jobs:
7073
7174 cs-stan :
7275 name : Coding Standard & Static Analysis
73- runs-on : ubuntu-22 .04
76+ runs-on : ubuntu-24 .04
7477
7578 steps :
7679 - uses : actions/checkout@v4
7780
7881 - name : Setup PHP
7982 uses : shivammathur/setup-php@v2
8083 with :
81- php-version : ' 8.1 '
84+ php-version : ' 8.4 '
8285 extensions : mbstring, intl
8386 tools : cs2pr, phive
8487 coverage : none
You can’t perform that action at this time.
0 commit comments