Skip to content

Commit 7682d1d

Browse files
authored
Merge pull request #166 from wp-cli/enforce-php74-compat
Enforce PHP 7.4 compatibility in Travis CI
2 parents e2a168d + 373af30 commit 7682d1d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ os: linux
22
dist: trusty
33

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

77
notifications:
88
email:
@@ -51,7 +51,7 @@ jobs:
5151
- composer phpcs
5252
env: BUILD=sniff
5353
- stage: test
54-
php: 7.4snapshot
54+
php: 7.4
5555
env: WP_VERSION=latest
5656
- stage: test
5757
php: 7.3
@@ -78,7 +78,3 @@ jobs:
7878
php: 5.4
7979
dist: precise
8080
env: WP_VERSION=5.1
81-
allow_failures:
82-
- stage: test
83-
php: 7.4snapshot
84-
env: WP_VERSION=latest

0 commit comments

Comments
 (0)