Skip to content

Commit

Permalink
Dropped support for PHP v5.6 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeluno committed May 31, 2019
1 parent 30a21a1 commit d0202ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -11,7 +11,7 @@ php:
# See https://github.com/Codeception/Codeception/issues/2124
# - 5.4

- 5.5
# - 5.5 dropped as the WordPress minimum requirement does not support this.
- 5.6
- 7.0
- 7.1
Expand All @@ -25,7 +25,7 @@ env:

matrix:
include:
- php: 5.5
- php: 5.6
env: WP_VERSION=latest WP_MULTISITE=1 TEMP=/tmp

install:
Expand Down

0 comments on commit d0202ba

Please sign in to comment.