Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda4d2f2

Browse files
authored
Merge pull request#208 from simPod/84
feat: add php 8.4
2 parents545affe +b029c3e commitda4d2f2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

‎.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 4 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp