We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a99603 commit e8b927bCopy full SHA for e8b927b
docker-compose.yml
@@ -9,6 +9,11 @@ services:
9
- ./data:/var/www/data
10
- ./tests:/var/www/tests
11
- ./phpunit.xml.dist:/var/www/phpunit.xml.dist
12
+ '8.1':
13
+ extends: php
14
+ build:
15
+ args:
16
+ version: 8.1-cli
17
'8.0':
18
extends: php
19
build:
makefile
@@ -1,4 +1,4 @@
1
-PHP ?= '7.2'
+PHP ?= '8.1'
2
UP ?= 1
3
DOWN ?= 1
4
0 commit comments