Skip to content

Commit

Permalink
Merge pull request #6 from jrfnl/feature/test-against-recent-php-vers…
Browse files Browse the repository at this point in the history
…ions

Travis: add builds to test against PHP 7.3-7.4
  • Loading branch information
stevegrunwell committed Dec 5, 2019
2 parents 72150a7 + 1e0be5d commit d0cde9d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
@@ -1,4 +1,3 @@
sudo: false
language: php
dist: trusty

Expand All @@ -12,12 +11,16 @@ cache:
matrix:
fast_finish: true
include:
- php: 7.2
- php: 7.4
env: WP_VERSION=trunk
- php: 7.2
- php: 7.4
env: WP_VERSION=trunk COMPOSER_LOWEST=1
- php: 7.2
- php: 7.3
env: WP_VERSION=latest RUN_PHPCS=1 RUN_CODE_COVERAGE=1
- php: 7.3
env: WP_VERSION=latest
- php: 7.2
env: WP_VERSION=latest
- php: 7.1
env: WP_VERSION=latest
- php: 7.0
Expand All @@ -31,7 +34,7 @@ before_script:
chmod +x coveralls.phar
mkdir -p build/logs
else
phpenv config-rm xdebug.ini
phpenv config-rm xdebug.ini || echo 'No xdebug config.'
fi
- |
if [[ ! -z "$WP_VERSION" ]]; then
Expand Down

0 comments on commit d0cde9d

Please sign in to comment.