Skip to content

Commit bf6be44

Browse files
Update to Ubuntu 24.04
1 parent 5a76579 commit bf6be44

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
php: [ '8.3', '8.2', '8.1' ]
16-
os: [ 'ubuntu-latest' ]
1715
include:
16+
- php: '8.3'
17+
os: 'ubuntu-latest'
18+
- php: '8.2'
19+
os: 'ubuntu-latest'
20+
- php: '8.1'
21+
os: 'ubuntu-latest'
1822
- php: '8.0'
19-
os: 'ubuntu-20.04'
23+
os: 'ubuntu-24.04'
2024
- php: '7.4'
21-
os: 'ubuntu-20.04'
25+
os: 'ubuntu-24.04'
2226
fail-fast: false
2327
env:
2428
COVERAGE_CACHE_PATH: phpunit-coverage-cache

0 commit comments

Comments
 (0)