mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-02 23:16:13 +00:00
set stricter image, remove php5.6 tests
This commit is contained in:
parent
50e5242176
commit
8a00fbf4f9
@ -16,15 +16,17 @@ stages:
|
||||
- build-doc
|
||||
- deploy-doc
|
||||
|
||||
test:php-5.6:
|
||||
stage: test
|
||||
<<: *test_definition
|
||||
script: php vendor/bin/phpunit
|
||||
allow_failure: true
|
||||
test:php-7:
|
||||
stage: test
|
||||
image: chill/ci-image:php-7
|
||||
<<: *test_definition
|
||||
script: php vendor/bin/phpunit
|
||||
test:php-7.1:
|
||||
stage: test
|
||||
image: chill/ci-image:php-7.1
|
||||
<<: *test_definition
|
||||
script: php vendor/bin/phpunit
|
||||
|
||||
|
||||
|
||||
deploy-packagist:
|
||||
|
Loading…
x
Reference in New Issue
Block a user