Skip to content

Commit da4d2f2

Browse files
authored
Merge pull request #208 from simPod/84
feat: add php 8.4
2 parents 545affe + b029c3e commit da4d2f2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- 8.1snapshot
2424
- 8.2snapshot
2525
- 8.3snapshot
26+
- 8.4snapshot
2627
zts: [on, off]
2728
opcache: [on, off]
2829
steps:

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM php:8.3-alpine
1+
FROM php:8.4-alpine
22

33
RUN apk add --no-cache $PHPIZE_DEPS valgrind
44

5-
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
5+
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer

appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ environment:
1414
matrix:
1515
- ARCH: x86
1616
INT_SIZE: 32
17-
PHP_VER: 8.3
17+
PHP_VER: 8.4
1818
VC_VER: vc15
1919
ZTS: --enable-zts
2020
- ARCH: x64
2121
INT_SIZE: 64
22-
PHP_VER: 8.3
22+
PHP_VER: 8.4
2323
VC_VER: vc15
2424
ZTS: --enable-zts
2525
- ARCH: x86
2626
INT_SIZE: 32
27-
PHP_VER: 8.3
27+
PHP_VER: 8.4
2828
VC_VER: vc15
2929
ZTS: --disable-zts
3030
- ARCH: x64
3131
INT_SIZE: 64
32-
PHP_VER: 8.3
32+
PHP_VER: 8.4
3333
VC_VER: vc15
3434
ZTS: --disable-zts
3535

0 commit comments

Comments
 (0)