File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2323 - 8.1snapshot
2424 - 8.2snapshot
2525 - 8.3snapshot
26+ - 8.4snapshot
2627 zts : [on, off]
2728 opcache : [on, off]
2829 steps :
Original file line number Diff line number Diff line change 1- FROM php:8.3 -alpine
1+ FROM php:8.4 -alpine
22
33RUN 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments