Skip to content

Commit

Permalink
Add PHP 7.3/7.4 to TravisCI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Aug 22, 2020
1 parent 4e7d185 commit 03d9a77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ cache:
php:
- 7.1
- 7.2
- 7.3
- 7.4

matrix:
include:
Expand All @@ -16,9 +18,6 @@ matrix:

before_script:
- pecl install xmldiff
- echo "xdebug.max_nesting_level=1000" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- if [[ $TRAVIS_PHP_VERSION == '7.'* ]]; then composer --dev require ocramius/package-versions:^1.0 --no-update; fi

- composer update $COMPOSER_FLAGS

script:
Expand Down
1 change: 1 addition & 0 deletions tests/Issues/I43/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tmp/

0 comments on commit 03d9a77

Please sign in to comment.