Add 8.1 image

This commit is contained in:
Matthias Mullie 2022-03-15 11:15:50 +01:00
parent 5a996031f5
commit e8b927b16d
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -1,4 +1,4 @@
PHP ?= '7.2'
PHP ?= '8.1'
UP ?= 1
DOWN ?= 1