Skip to content

Commit 3c0a576

Browse files
committed
Switch to PHP8.4
1 parent 44b586f commit 3c0a576

File tree

8 files changed

+123
-112
lines changed

8 files changed

+123
-112
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: true
3939
matrix:
40-
php: [ 8.3 ]
40+
php: [ 8.4 ]
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@v4

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY --from=composer:2 /usr/bin/composer /opt/bin/composer
1111
LABEL maintainer="[email protected]"
1212

1313
ARG TZ=UTC
14-
ARG PHP_V=php83
14+
ARG PHP_V=php84
1515
ARG PHP_PACKAGES="common ctype curl dom fileinfo fpm intl mbstring opcache pcntl pdo_sqlite phar posix session shmop simplexml snmp sockets sodium sysvmsg sysvsem sysvshm tokenizer xml openssl xmlreader xmlwriter zip pecl-igbinary pecl-xhprof pecl-redis"
1616
ARG TOOL_PATH=/opt/app
1717
ARG USER_ID=1000

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "vendor/bin/phpunit"
1515
},
1616
"require": {
17-
"php": "^8.3",
17+
"php": "^8.4",
1818
"ext-pdo": "*",
1919
"ext-pdo_sqlite": "*",
2020
"ext-mbstring": "*",

0 commit comments

Comments
 (0)