Skip to content

Commit d32e1f5

Browse files
authored
Merge pull request #287 from wp-cli/enforce-php74-compat
Enforce PHP 7.4 compatibility in Travis CI
2 parents 4519ea6 + 12f2e5e commit d32e1f5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ os: linux
22
dist: xenial
33

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

77
services:
88
- mysql
@@ -54,7 +54,7 @@ jobs:
5454
- composer phpcs
5555
env: BUILD=sniff
5656
- stage: test
57-
php: 7.4snapshot
57+
php: 7.4
5858
env: WP_VERSION=latest
5959
- stage: test
6060
php: 7.3
@@ -82,7 +82,3 @@ jobs:
8282
php: 5.4
8383
dist: precise
8484
env: WP_VERSION=5.1
85-
allow_failures:
86-
- stage: test
87-
php: 7.4snapshot
88-
env: WP_VERSION=latest

0 commit comments

Comments
 (0)