Skip to content

Commit

Permalink
Merge pull request #430 from pantheon-systems/update-build-matrix-php…
Browse files Browse the repository at this point in the history
…-7-4

Update build matrix to include PHP 7.4
  • Loading branch information
danielbachhuber authored Oct 28, 2019
2 parents 218f68b + 448103a commit ab789c4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,20 @@ cache:

matrix:
include:
- php: 7.4snapshot
env: WP_VERSION=nightly
- php: 7.3
env: WP_VERSION=latest
- php: 7.3
env: WP_TRAVISCI=phpcs
- php: 7.3
env: WP_TRAVISCI=nightly
- php: 7.2
env: WP_VERSION=latest
- php: 7.2
env: WP_VERSION=trunk
- php: 7.2
env: WP_TRAVISCI=phpcs
- php: 7.1
env: WP_VERSION=latest
- php: 7.1
env: WP_VERSION=4.8

before_script:
- export PATH="$HOME/.composer/vendor/bin:$PATH"
Expand Down

0 comments on commit ab789c4

Please sign in to comment.