File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88jobs :
99 testsuite :
1010 name : Unittests
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 strategy :
1313 fail-fast : false
1414 matrix :
15- php-version : ['8.1', '8.3 ']
15+ php-version : ['8.1', '8.5 ']
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v5
1919
2020 - name : Setup PHP
2121 uses : shivammathur/setup-php@v2
@@ -43,14 +43,14 @@ jobs:
4343
4444 - name : Code Coverage Report
4545 if : success() && matrix.php-version == '8.1'
46- uses : codecov/codecov-action@v3
46+ uses : codecov/codecov-action@v5
4747
4848 cs-stan :
4949 name : Coding Standard & Static Analysis
50- runs-on : ubuntu-22 .04
50+ runs-on : ubuntu-24 .04
5151
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v5
5454
5555 - name : Setup PHP
5656 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments