Skip to content

Commit e8b927b

Browse files
Add 8.1 image
1 parent 5a99603 commit e8b927b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ services:
99
- ./data:/var/www/data
1010
- ./tests:/var/www/tests
1111
- ./phpunit.xml.dist:/var/www/phpunit.xml.dist
12+
'8.1':
13+
extends: php
14+
build:
15+
args:
16+
version: 8.1-cli
1217
'8.0':
1318
extends: php
1419
build:

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PHP ?= '7.2'
1+
PHP ?= '8.1'
22
UP ?= 1
33
DOWN ?= 1
44

0 commit comments

Comments
 (0)