Skip to content

Commit

Permalink
Merge pull request #119 from wp-cli/enforce-php74-compat
Browse files Browse the repository at this point in the history
Enforce PHP 7.4 compatibility in Travis CI
  • Loading branch information
schlessera authored Apr 18, 2020
2 parents 8cc11bc + ffb8870 commit 5051e26
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ os: linux
dist: xenial

language: php
php: 7.3
php: 7.4

services:
- mysql
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- composer phpcs
env: BUILD=sniff
- stage: test
php: 7.4snapshot
php: 7.4
env: WP_VERSION=latest
- stage: test
php: 7.3
Expand Down Expand Up @@ -82,7 +82,3 @@ 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 5051e26

Please sign in to comment.