From b1c73661967175940e2fadf78577aff7c6f8c24f Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Tue, 23 Jul 2019 15:57:11 +0200 Subject: [PATCH] Add PHP 7.3 to Travis builds --- .travis.yml | 23 ++++++++++------------- composer.json | 2 +- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a61c2a..9c4af29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,24 +1,21 @@ # See https://github.com/silverstripe/silverstripe-travis-support for setup details -sudo: false +dist: trusty language: php -php: - - 5.4 - - 5.5 - -env: - - DB=MYSQL CORE_RELEASE=3.5 - matrix: include: - - php: 5.6 - env: DB=MYSQL CORE_RELEASE=3 - - php: 5.6 - env: DB=PGSQL CORE_RELEASE=3.4 - - php: 7.1 + - php: '5.6' env: DB=MYSQL CORE_RELEASE=3.6 + - php: '7.0' + env: DB=PGSQL CORE_RELEASE=3.7 + - php: '7.1' + env: DB=MYSQL CORE_RELEASE=3.7 + - php: '7.2' + env: DB=MYSQL CORE_RELEASE=3.7 + - php: '7.3' + env: DB=MYSQL CORE_RELEASE=3.7 before_script: - composer self-update || true diff --git a/composer.json b/composer.json index 0cc07a6..9dfc920 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "silverstripe/cms": "^3.2" }, "require-dev": { - "phpunit/PHPUnit": "~3.7@stable" + "phpunit/phpunit": "^5.7" }, "extra": { "branch-alias": {