Skip to content

Commit 3a50408

Browse files
committed
Merge branch 'master' of github.com:pmmp/ext-chunkutils2
2 parents d08a875 + 9a7399e commit 3a50408

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)