Skip to content

Commit 3c80e73

Browse files
authored
Add preliminary PHP 7.4 testing (#5)
Add preliminary PHP 7.4 testing
2 parents db4671c + f27d100 commit 3c80e73

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
dist: trusty
33

44
language: php
5-
php: 7.2
5+
php: 7.3
66

77
notifications:
88
email:
@@ -50,6 +50,12 @@ jobs:
5050
- composer lint
5151
- composer phpcs
5252
env: BUILD=sniff
53+
- stage: test
54+
php: 7.4snapshot
55+
env: WP_VERSION=latest
56+
- stage: test
57+
php: 7.3
58+
env: WP_VERSION=latest
5359
- stage: test
5460
php: 7.2
5561
env: WP_VERSION=latest
@@ -70,4 +76,9 @@ jobs:
7076
env: WP_VERSION=trunk
7177
- stage: test
7278
php: 5.4
79+
dist: precise
80+
env: WP_VERSION=5.1
81+
allow_failures:
82+
- stage: test
83+
php: 7.4snapshot
7384
env: WP_VERSION=latest

0 commit comments

Comments
 (0)