mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-22 07:12:39 +01:00
Add more recent PHP version docker images
This commit is contained in:
parent
6dc3daac84
commit
6da68a1d6a
@ -9,6 +9,21 @@ services:
|
||||
- ./data:/var/www/data
|
||||
- ./tests:/var/www/tests
|
||||
- ./phpunit.xml.dist:/var/www/phpunit.xml.dist
|
||||
'8.0':
|
||||
extends: php
|
||||
build:
|
||||
args:
|
||||
version: 8.0-cli
|
||||
'7.4':
|
||||
extends: php
|
||||
build:
|
||||
args:
|
||||
version: 7.4-cli
|
||||
'7.3':
|
||||
extends: php
|
||||
build:
|
||||
args:
|
||||
version: 7.3-cli
|
||||
'7.2':
|
||||
extends: php
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user