mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 11:31:16 +00:00
40 lines
676 B
YAML
40 lines
676 B
YAML
---
|
|
|
|
check: phpunit --version | grep -iE '^PHPUnit\s[0-9][.0-9]+' || (phpunit --version; false)
|
|
|
|
all:
|
|
type: custom
|
|
command: curl -sS -L --fail "https://phar.phpunit.de/phpunit-${PHP_UNIT_VERSION}.phar" -L -o /usr/local/bin/phpunit
|
|
build_dep: []
|
|
run_dep: []
|
|
pre: PHP_UNIT_VERSION="9"
|
|
post: chmod +x /usr/local/bin/phpunit
|
|
|
|
7.2:
|
|
type: custom
|
|
pre: PHP_UNIT_VERSION="8"
|
|
|
|
7.1:
|
|
type: custom
|
|
pre: PHP_UNIT_VERSION="7"
|
|
|
|
7.0:
|
|
type: custom
|
|
pre: PHP_UNIT_VERSION="6"
|
|
|
|
5.6:
|
|
type: custom
|
|
pre: PHP_UNIT_VERSION="5"
|
|
|
|
5.5:
|
|
type: custom
|
|
pre: PHP_UNIT_VERSION="4"
|
|
|
|
5.4:
|
|
type: custom
|
|
pre: PHP_UNIT_VERSION="4"
|
|
|
|
5.3:
|
|
type: custom
|
|
pre: PHP_UNIT_VERSION="4"
|