We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8728c5 commit 999b3c7Copy full SHA for 999b3c7
1 file changed
.github/workflows/main.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build:
10
name: PHP ${{ matrix.php }}, ZTS=${{ matrix.zts }}
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
12
13
strategy:
14
fail-fast: false
@@ -21,9 +21,10 @@ jobs:
21
- 7.3.33
22
- 7.4.29
23
- 8.0.27
24
- - 8.1.26
25
- - 8.2.13
26
- - 8.3.0
+ - 8.1.33
+ - 8.2.29
+ - 8.3.25
27
+ - 8.4.12
28
zts: [enable, disable]
29
steps:
30
- uses: actions/checkout@v4
0 commit comments