Skip to content

Commit 9a7399e

Browse files
authored
Update CI workflow to use Ubuntu 22.04 and new PHP versions
Updated PHP versions and changed the runner to Ubuntu 22.04.
1 parent ed87a57 commit 9a7399e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1212
name: Tests (PHP ${{ matrix.php }}, Valgrind ${{ matrix.valgrind }}, Debug=${{ matrix.debug }}, ZTS=${{ matrix.zts }})
1313
strategy:
1414
fail-fast: false
1515
matrix:
1616
php:
17-
- 8.1.26
18-
- 8.2.13
19-
- 8.3.0
17+
- 8.1.33
18+
- 8.2.29
19+
- 8.3.25
20+
- 8.4.12
2021
valgrind: [0, 1]
2122
debug: [enable, disable]
2223
zts: [enable, disable]

0 commit comments

Comments
 (0)