summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
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