File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-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.4', '8.5' ]
2121 prefer-lowest : ['']
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525
2626 - name : Setup PHP
2727 uses : shivammathur/setup-php@v2
@@ -70,15 +70,15 @@ jobs:
7070
7171 cs-stan :
7272 name : Coding Standard & Static Analysis
73- runs-on : ubuntu-22 .04
73+ runs-on : ubuntu-24 .04
7474
7575 steps :
7676 - uses : actions/checkout@v4
7777
7878 - name : Setup PHP
7979 uses : shivammathur/setup-php@v2
8080 with :
81- php-version : ' 8.1 '
81+ php-version : ' 8.4 '
8282 extensions : mbstring, intl
8383 tools : cs2pr, phive
8484 coverage : none
You can’t perform that action at this time.
0 commit comments