Skip to content

Commit f2197ee

Browse files
committed
chore(ci): add php 8.3
1 parent 2adc976 commit f2197ee

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ if ("$env:DEP" -ne "") {
8080
}
8181

8282
# PECL apuc
83-
if (('' -ne $env:PECL_APCU) -and ('8.2' -ne $env:PHP_VER)) {
83+
if (('' -ne $env:PECL_APCU) -and ('8.2' -ne $env:PHP_VER) -and ('8.3' -ne $env:PHP_VER)) {
8484
$apcu_version = '5.1.21'
8585

8686
$ts_part = 'ts'

.github/workflows/linux.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
php:
12+
- '8.3'
13+
- '8.3-zts'
1214
- '8.2'
1315
- '8.2-zts'
1416
- '8.1'

.github/workflows/windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- '8.3'
1415
- '8.2'
1516
- '8.1'
1617
arch:

0 commit comments

Comments
 (0)