diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2024-01-23 10:39:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 10:39:00 +0100 |
| commit | aab7f3db718ad1490b0730be2aebc9d4ff04f74f (patch) | |
| tree | 3d8660a74e38dd6a164a680c703afd5048224e15 /docker-compose.yml | |
| parent | 08c90664f0a3c01e4f938198e3af58949f64107c (diff) | |
| download | smarty-aab7f3db718ad1490b0730be2aebc9d4ff04f74f.tar.gz smarty-aab7f3db718ad1490b0730be2aebc9d4ff04f74f.tar.bz2 smarty-aab7f3db718ad1490b0730be2aebc9d4ff04f74f.zip | |
Add php8.3 support (#926)
Fixes #925
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 770b243a..7ecd8b43 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,11 @@ services: service: base build: dockerfile: ./utilities/testrunners/php82/Dockerfile - + php83: + extends: + service: base + build: + dockerfile: ./utilities/testrunners/php83/Dockerfile volumes: smarty-code: |
