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 6dc3daa commit 6da68a1Copy full SHA for 6da68a1
docker-compose.yml
@@ -9,6 +9,21 @@ services:
9
- ./data:/var/www/data
10
- ./tests:/var/www/tests
11
- ./phpunit.xml.dist:/var/www/phpunit.xml.dist
12
+ '8.0':
13
+ extends: php
14
+ build:
15
+ args:
16
+ version: 8.0-cli
17
+ '7.4':
18
19
20
21
+ version: 7.4-cli
22
+ '7.3':
23
24
25
26
+ version: 7.3-cli
27
'7.2':
28
extends: php
29
build:
0 commit comments