Skip to content

Commit

Permalink
Test using PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Programie committed Mar 27, 2019
1 parent 058749d commit b3439da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ test:7.1:
test:7.2:
image: php:7.2
script:
- vendor/bin/phpunit --coverage-text --colors=never

test:7.3:
image: php:7.3
script:
- vendor/bin/phpunit --coverage-text --colors=never

0 comments on commit b3439da

Please sign in to comment.