Skip to content

Commit

Permalink
Add preliminary testing for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Nov 11, 2019
1 parent 2872f04 commit 635636b
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 635636b

Please sign in to comment.