Skip to content

Commit

Permalink
Add 8.0 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zbateson authored Dec 2, 2020
1 parent ef50d3b commit ca4e045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0
- nightly
matrix:
allow_failures:
- php: nightly

install:
- if [[ $TRAVIS_PHP_VERSION =~ ^nightly ]]; then composer update --ignore-platform-reqs; else composer update; fi
- if [[ $TRAVIS_PHP_VERSION =~ '^nightly' || $TRAVIS_PHP_VERSION == '8.*' ]]; then composer update --ignore-platform-reqs; else composer update; fi

script: ./vendor/bin/phpunit -c tests/phpunit.xml

0 comments on commit ca4e045

Please sign in to comment.