diff options
| author | Wim Wisselink <wim@secudoc.nl> | 2024-11-20 15:59:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-20 15:59:26 +0100 |
| commit | 1b06b37db2a1523d6855024f089d0327b4f69d48 (patch) | |
| tree | fc3828c80cd12595f11791bae7582ba069a9147d /docker-compose.yml | |
| parent | a1b4c9c551d01ff63220f053966c7aaa9053f89d (diff) | |
| download | smarty-1b06b37db2a1523d6855024f089d0327b4f69d48.tar.gz smarty-1b06b37db2a1523d6855024f089d0327b4f69d48.tar.bz2 smarty-1b06b37db2a1523d6855024f089d0327b4f69d48.zip | |
Add PHP 8.4 support to Smarty (#1043)
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 7ecd8b43..de519b2b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,6 +42,11 @@ services: service: base build: dockerfile: ./utilities/testrunners/php83/Dockerfile + php84: + extends: + service: base + build: + dockerfile: ./utilities/testrunners/php84/Dockerfile volumes: smarty-code: |
