Skip to content

Commit

Permalink
Update travis build matrix to match supported PHP versions
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Rückauer <arueckauer@gmail.com>
  • Loading branch information
arueckauer committed Nov 17, 2020
1 parent 1c90735 commit f12d23d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -6,18 +6,12 @@ cache:

env:
global:
- COMPOSER_ARGS="--no-interaction"
- COMPOSER_ARGS="--no-interaction --ignore-platform-reqs"
- COVERAGE_DEPS="php-coveralls/php-coveralls"

matrix:
fast_finish: true
include:
- php: 7.2
env:
- DEPS=lowest
- php: 7.2
env:
- DEPS=latest
- php: 7.3
env:
- DEPS=lowest
Expand All @@ -32,6 +26,12 @@ matrix:
- DEPS=latest
- CS_CHECK=true
- TEST_COVERAGE=true
- php: nightly
env:
- DEPS=lowest
- php: nightly
env:
- DEPS=latest

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

0 comments on commit f12d23d

Please sign in to comment.