Skip to content

Commit 96c4a35

Browse files
authored
Upgrade CI workflow to use Ubuntu 24.04 and updated actions
1 parent 99c09bc commit 96c4a35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
jobs:
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

0 commit comments

Comments
 (0)