Skip to content

Commit

Permalink
Drop PHP 5.6 support, test latest 4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Mar 19, 2019
1 parent 052f58d commit 429b786
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -8,14 +8,14 @@ env:

matrix:
include:
- php: 5.6
env: DB=MYSQL INSTALLER_VERSION=4.2.1 PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.0
env: DB=PGSQL INSTALLER_VERSION=4.2.1 PHPUNIT_TEST=1
- php: 7.0
env: DB=MYSQL INSTALLER_VERSION=4.2.1 PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL INSTALLER_VERSION=4.2.1 PHPUNIT_COVERAGE_TEST=1
env: DB=MYSQL INSTALLER_VERSION=4.3.3 PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.2
env: DB=PGSQL INSTALLER_VERSION=4.3.3 PHPUNIT_TEST=1
- php: 7.2
env: DB=MYSQL INSTALLER_VERSION=4.3.3 PHPUNIT_TEST=1
- php: 7.2
env: DB=MYSQL INSTALLER_VERSION=4.3.3 PHPUNIT_COVERAGE_TEST=1

before_script:
# Init PHP
Expand Down
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -21,7 +21,6 @@
}
],
"require": {
"php": ">=5.6.0",
"silverstripe/cms": "^4",
"silverstripe/asset-admin": "*",
"silverstripe/silverstripe-omnipay": "^3@dev",
Expand Down

0 comments on commit 429b786

Please sign in to comment.