Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit b53a333

Browse files
committed
chore: update PHP versions to check
1 parent 44767ce commit b53a333

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ matrix:
2727
# aliased to a recent 7.x version
2828
# - php: '7.0'
2929
# aliased to a recent 7.x version
30-
- php: '7.1'
30+
# - php: '7.1'
31+
- php: '7.2'
32+
- php: '7.3'
33+
- php: '7.4'
34+
- php: '8.0'
3135
# aliased to a recent hhvm version
3236
# - php: 'hhvm'
3337
# php nightly
@@ -64,4 +68,4 @@ script:
6468
- ./vendor/bin/phpunit --debug --filter $STANDARD
6569

6670
after_success:
67-
- if [[ "$COVERALLS" == "1" ]]; then ./vendor/bin/coveralls -v -x ./build/logs/coverage/clover/clover.xml; fi
71+
- if [[ "$COVERALLS" == "1" && "$TRAVIS_PHP_VERSION" == "7.4" ]]; then ./vendor/bin/coveralls -v -x ./build/logs/coverage/clover/clover.xml; fi

0 commit comments

Comments
 (0)