File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 23
23
- 8.1snapshot
24
24
- 8.2snapshot
25
25
- 8.3snapshot
26
+ - 8.4snapshot
26
27
zts : [on, off]
27
28
opcache : [on, off]
28
29
steps :
Original file line number Diff line number Diff line change 1
- FROM php:8.3 -alpine
1
+ FROM php:8.4 -alpine
2
2
3
3
RUN apk add --no-cache $PHPIZE_DEPS valgrind
4
4
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:
14
14
matrix :
15
15
- ARCH : x86
16
16
INT_SIZE : 32
17
- PHP_VER : 8.3
17
+ PHP_VER : 8.4
18
18
VC_VER : vc15
19
19
ZTS : --enable-zts
20
20
- ARCH : x64
21
21
INT_SIZE : 64
22
- PHP_VER : 8.3
22
+ PHP_VER : 8.4
23
23
VC_VER : vc15
24
24
ZTS : --enable-zts
25
25
- ARCH : x86
26
26
INT_SIZE : 32
27
- PHP_VER : 8.3
27
+ PHP_VER : 8.4
28
28
VC_VER : vc15
29
29
ZTS : --disable-zts
30
30
- ARCH : x64
31
31
INT_SIZE : 64
32
- PHP_VER : 8.3
32
+ PHP_VER : 8.4
33
33
VC_VER : vc15
34
34
ZTS : --disable-zts
35
35
You can’t perform that action at this time.
0 commit comments