This commit is contained in:
Mike Jolley 2017-07-20 11:23:37 +01:00
parent 18873ac9a7
commit c569d4fd81
1 changed files with 7 additions and 3 deletions

View File

@ -2,10 +2,8 @@ language: php
sudo: false
# Test main supported versions of PHP and HHVM against latest WP. 5.2 is min supported version.
# Test main supported versions of PHP and HHVM against latest WP.
php:
- 5.2
- 5.3
- 5.6
- 7.0
- 7.1
@ -18,6 +16,12 @@ matrix:
include:
- php: 5.6
env: WP_VERSION=latest WP_MULTISITE=1 PHP_LATEST_STABLE=7.1
- php: 5.3
env: WP_VERSION=latest WP_MULTISITE=1 PHP_LATEST_STABLE=7.1
dist: precise
- php: 5.2
env: WP_VERSION=latest WP_MULTISITE=1 PHP_LATEST_STABLE=7.1
dist: precise
before_script:
- export PATH="$HOME/.composer/vendor/bin:$PATH"