Skip to content

Commit

Permalink
Update min PHP version on Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Chiesi authored Nov 17, 2019
1 parent af91049 commit 4db7976
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ cache:

matrix:
include:
- php: 5.3
- php: 5.6
env: WP_VERSION=latest WP_MULTISITE=0
- php: 5.3
- php: 5.6
env: WP_VERSION=latest WP_MULTISITE=1
- php: 5.3
- php: 5.6
env: WP_VERSION=3.7 WP_MULTISITE=0
- php: 5.3
- php: 5.6
env: WP_VERSION=3.7 WP_MULTISITE=1
- php: 7.0
env: WP_VERSION=latest WP_MULTISITE=0
Expand Down

0 comments on commit 4db7976

Please sign in to comment.