Skip to content

Commit

Permalink
Minimum version is no longer PHP 5.6, but PHP 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfabian committed Apr 15, 2020
1 parent 18ff396 commit a57de7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ cache:

# Test main supported versions of PHP against latest WP.
php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand Down Expand Up @@ -51,7 +50,7 @@ matrix:
php: 7.4
env: WP_VERSION=nightly WP_MULTISITE=0
- name: "Minimum requirements"
php: 5.6
php: 7.0
env: WP_VERSION=5.0 WP_MULTISITE=0
allow_failures:
- php: 7.4
Expand Down

0 comments on commit a57de7d

Please sign in to comment.