Implemented tests for PHP 7.3

This commit is contained in:
Abel Hoogeveen 2019-01-11 23:32:56 +01:00
parent a3dc1439b6
commit fc6a3f15c2
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
2 changed files with 12 additions and 1 deletions

View File

@ -38,6 +38,16 @@ test:7.2:
paths:
- vendor/
test:7.3:
stage: test
image: php:7.3
script:
- vendor/bin/phpunit -c test/phpunit.xml --coverage-text
cache:
key: "$CI_BUILD_REF_$CI_BUILD_REF_NAME"
paths:
- vendor/
release:
stage: deploy
image: php:7.2

View File

@ -2,7 +2,8 @@ language: php
php:
- 7.1
- 7
- 7.2
- 7.3
script:
- php vendor/bin/phpunit -v -c test/phpunit.xml --coverage-text