Skip to content

Commit

Permalink
Merge pull request #44 from michalbundyra/qa/phpunit-8.5
Browse files Browse the repository at this point in the history
Update Travis CI configuration - add builds with PHPUnit 8.5
  • Loading branch information
michalbundyra authored Dec 6, 2019
2 parents 7df4bd1 + fbfe968 commit 4873a8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cache:

env:
- PHPUNIT_VERSION=dev-master
- PHPUNIT_VERSION=~8.5.0
- PHPUNIT_VERSION=~8.4.0
- PHPUNIT_VERSION=~8.3.0
- PHPUNIT_VERSION=~8.2.0
Expand Down Expand Up @@ -38,6 +39,8 @@ matrix:
exclude:
- php: 7.1
env: PHPUNIT_VERSION=dev-master
- php: 7.1
env: PHPUNIT_VERSION=~8.5.0
- php: 7.1
env: PHPUNIT_VERSION=~8.4.0
- php: 7.1
Expand All @@ -50,6 +53,8 @@ matrix:
env: PHPUNIT_VERSION=~8.0.0
- php: 7
env: PHPUNIT_VERSION=dev-master
- php: 7
env: PHPUNIT_VERSION=~8.5.0
- php: 7
env: PHPUNIT_VERSION=~8.4.0
- php: 7
Expand Down

0 comments on commit 4873a8c

Please sign in to comment.