From e8b927b16d77f1cd8fd595a6782f44e4d5ac9222 Mon Sep 17 00:00:00 2001 From: Matthias Mullie Date: Tue, 15 Mar 2022 11:15:50 +0100 Subject: [PATCH] Add 8.1 image --- docker-compose.yml | 5 +++++ makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index cb7ace1..ca58603 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,6 +9,11 @@ services: - ./data:/var/www/data - ./tests:/var/www/tests - ./phpunit.xml.dist:/var/www/phpunit.xml.dist + '8.1': + extends: php + build: + args: + version: 8.1-cli '8.0': extends: php build: diff --git a/makefile b/makefile index c9deb5a..b4c3876 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -PHP ?= '7.2' +PHP ?= '8.1' UP ?= 1 DOWN ?= 1