Skip to content

Commit b5c77f4

Browse files
committed
chore(ci): add php 8.4
1 parent ebd5372 commit b5c77f4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/linux.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
php:
12+
- '8.4'
13+
- '8.4-zts'
1214
- '8.3'
1315
- '8.3-zts'
1416
- '8.2'

.github/workflows/windows.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- '8.4'
1415
- '8.3'
1516
- '8.2'
1617
- '8.1'
@@ -22,19 +23,29 @@ jobs:
2223
- 'ts'
2324
vc:
2425
- vs16
26+
- vs17
2527
library:
2628
- false
2729
- true
2830
apcu:
2931
- ''
3032
- 'apcu'
33+
exclude:
34+
- php: '8.4'
35+
vc: vs16
36+
- php: '8.3'
37+
vc: vs17
38+
- php: '8.2'
39+
vc: vs17
40+
- php: '8.1'
41+
vc: vs17
3142

3243
runs-on: windows-2019
3344

3445
env:
3546
PHP_VER: ${{ matrix.php }}
3647
PECL_APCU: ${{ matrix.apcu }}
37-
VC: vs16
48+
VC: ${{ matrix.vc }}
3849
ARCH: ${{ matrix.arch }}
3950
TS: ${{ matrix.ts }}
4051

0 commit comments

Comments
 (0)