Skip to content

Commit

Permalink
Added a temporary PHP 8.1 build using master branch in Travis
Browse files Browse the repository at this point in the history
Signed-off-by: Koen1999 <koen.teuwen@gmail.com>
  • Loading branch information
Koen1999 committed Dec 1, 2021
1 parent 1948c24 commit d7a2959
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -44,6 +44,12 @@ matrix:
- php: 8.0
env:
- DEPS=latest
- php: master
env:
- DEPS=lowest
- php: master
env:
- DEPS=latest

before_install:
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
Expand Down

0 comments on commit d7a2959

Please sign in to comment.