Skip to content

Commit

Permalink
Feature(CI): Test under PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Feb 3, 2020
1 parent e2f8a47 commit d6ed603
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ php_7_3:
tags:
- docker

php_7_4:
stage: test
image: registry.gitlab.com/socialconnect-php/auth:7.4
script:
- composer install -o
- ./vendor/bin/phpunit -v --debug --no-coverage;
tags:
- docker

phpstan:
stage: test
image: registry.gitlab.com/socialconnect-php/auth:7.3
Expand Down

0 comments on commit d6ed603

Please sign in to comment.