Skip to content

Commit 18a672b

Browse files
committedFeb 6, 2020
adjusted PHP versions in tests
1 parent fc0680e commit 18a672b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ php:
66
- 7.0
77
- 7.1
88
- 7.2
9-
- nightly
10-
- hhvm
9+
- 7.3
10+
- 7.4
1111
before_script:
1212
- composer install
1313
script: ./vendor/bin/phpunit

‎generate-api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ -z "$TRAVIS" ]; then
2626
DST='docs'
2727
else
2828
DST='../gh-pages'
29-
if [ "$TRAVIS_PHP_VERSION" != '5.6' ]; then exit; fi
29+
if [ "$TRAVIS_PHP_VERSION" != '7.2' ]; then exit; fi
3030
if [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then exit; fi
3131
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then exit; fi
3232
if [ -z "$GH_TOKEN" ]; then

0 commit comments

Comments
 (0)
Please sign in to comment.