Skip to content

Commit 6942432

Browse files
committed
Update GitHub CI
1 parent 03058d7 commit 6942432

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on: [push, pull_request]
44

55
jobs:
66
ci:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88

99
strategy:
1010
matrix:
11-
php: ['7.4', '8.0', '8.1', '8.2']
11+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
1212

1313
name: PHP ${{ matrix.php }}
1414

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish-assets:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v3
1313

0 commit comments

Comments
 (0)