Skip to content

Commit 5f9e761

Browse files
committed
6654: Upgrade to PHP 8.5
1 parent 2924920 commit 5f9e761

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"type": "project",
66
"require": {
7-
"php": ">=8.4",
7+
"php": ">=8.5",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"api-platform/core": "^4.0",

docker-compose.server.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
retries: 30
1919

2020
supervisor:
21-
image: itkdev/supervisor-php8.4:alpine
21+
image: itkdev/supervisor-php8.5:alpine
2222
restart: unless-stopped
2323
stop_grace_period: 20s
2424
environment:

docker-compose.server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ networks:
88

99
services:
1010
phpfpm:
11-
image: itkdev/php8.4-fpm:alpine
11+
image: itkdev/php8.5-fpm:alpine
1212
restart: unless-stopped
1313
networks:
1414
- app

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
#- ENCRYPT=1 # Uncomment to enable database encryption.
2222

2323
phpfpm:
24-
image: itkdev/php8.4-fpm:latest
24+
image: itkdev/php8.5-fpm:latest
2525
networks:
2626
- app
2727
extra_hosts:

0 commit comments

Comments
 (0)