summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-01-21 16:02:03 +0800
committerZhineng Li <[email protected]>2026-01-21 16:02:03 +0800
commit87fca42e3267bbb238e6a03f0af2a4688cbb318c (patch)
treedd5da959287d5b1f2f245e1ef8454591c6844544 /docker-compose.yml
parenta00d74ff1c3f429239ef93787065c4376c54fabd (diff)
downloadregion-china-87fca42e3267bbb238e6a03f0af2a4688cbb318c.tar.gz
region-china-87fca42e3267bbb238e6a03f0af2a4688cbb318c.zip
support php 8.3
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 4a8aea4..7a38dc4 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -8,6 +8,10 @@ x-test: &test
command: sh scripts/test.sh
services:
+ php83:
+ <<: *test
+ image: php:8.3-cli-alpine
+
php84:
<<: *test
image: php:8.4-cli-alpine