Minimum version is no longer PHP 5.6, but PHP 7.0

This commit is contained in:
Peter Fabian 2020-04-15 13:05:59 +02:00
parent 18ff3960b7
commit a57de7d6a2
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ cache:
# Test main supported versions of PHP against latest WP.
php:
- 5.6
- 7.0
- 7.1
- 7.2
@ -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