Skip to content

Commit d0b906c

Browse files
Introduced also php-unit 8.x in require dev and updated images for ci
1 parent ca01f8f commit d0b906c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ci/packer_cache.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
source /usr/local/bin/bash_standard_lib.sh
44

5-
DOCKER_IMAGES="8.0.0beta3-cli-buster
5+
DOCKER_IMAGES="php:8.0.0rc1-cli-buster
66
php:7.4-cli
77
php:7.3-cli
88
php:7.2-cli
9+
php:7.1-cli
910
"
1011

1112
for di in ${DOCKER_IMAGES}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"doctrine/inflector": "^1.3",
2424
"mockery/mockery": "^1.2",
2525
"phpstan/phpstan": "^0.12",
26-
"phpunit/phpunit": "^7.5 || ^9.3",
26+
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
2727
"squizlabs/php_codesniffer": "^3.4",
2828
"symfony/finder": "~4.0",
2929
"symfony/yaml": "~4.0"

0 commit comments

Comments
 (0)