Skip to content

Commit

Permalink
Add preliminary PHP 7.4 testing (#130)
Browse files Browse the repository at this point in the history
Add preliminary PHP 7.4 testing
  • Loading branch information
schlessera committed Nov 12, 2019
2 parents 2872f04 + 635636b commit d53ae07
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
dist: trusty

language: php
php: 7.2
php: 7.3

notifications:
email:
Expand Down Expand Up @@ -50,6 +50,9 @@ jobs:
- composer lint
- composer phpcs
env: BUILD=sniff
- stage: test
php: 7.4snapshot
env: WP_VERSION=latest
- stage: test
php: 7.3
env: WP_VERSION=latest
Expand All @@ -75,3 +78,7 @@ jobs:
php: 5.4
dist: precise
env: WP_VERSION=5.1
allow_failures:
- stage: test
php: 7.4snapshot
env: WP_VERSION=latest

0 comments on commit d53ae07

Please sign in to comment.