We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adc976 commit f2197eeCopy full SHA for f2197ee
.github/workflows/install.ps1
@@ -80,7 +80,7 @@ if ("$env:DEP" -ne "") {
80
}
81
82
# PECL apuc
83
-if (('' -ne $env:PECL_APCU) -and ('8.2' -ne $env:PHP_VER)) {
+if (('' -ne $env:PECL_APCU) -and ('8.2' -ne $env:PHP_VER) -and ('8.3' -ne $env:PHP_VER)) {
84
$apcu_version = '5.1.21'
85
86
$ts_part = 'ts'
.github/workflows/linux.yaml
@@ -9,6 +9,8 @@ jobs:
9
strategy:
10
matrix:
11
php:
12
+ - '8.3'
13
+ - '8.3-zts'
14
- '8.2'
15
- '8.2-zts'
16
- '8.1'
.github/workflows/windows.yaml
@@ -11,6 +11,7 @@ jobs:
17
arch:
0 commit comments