From 52cbd3d6d8364765cf532f1e4dcca9eab2ca434f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 2 Oct 2020 21:20:17 +0200 Subject: [PATCH] Test against stable releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 14 +++++++------- .travis.yml | 6 +++++- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9d623588e..cff63cf27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: image: nextcloudci/php7.3:latest environment: APP_NAME: deck - CORE_BRANCH: master + CORE_BRANCH: stable20 DB: sqlite commands: # Pre-setup steps @@ -20,7 +20,7 @@ steps: image: nextcloudci/php7.2:latest environment: APP_NAME: deck - CORE_BRANCH: master + CORE_BRANCH: stable20 DB: sqlite commands: - composer install @@ -29,7 +29,7 @@ steps: image: nextcloudci/php7.3:php7.3-2 environment: APP_NAME: deck - CORE_BRANCH: master + CORE_BRANCH: stable20 DB: sqlite commands: - composer install @@ -38,7 +38,7 @@ steps: image: nextcloudci/php7.4:latest environment: APP_NAME: deck - CORE_BRANCH: master + CORE_BRANCH: stable20 DB: sqlite commands: - composer install @@ -58,7 +58,7 @@ steps: image: nextcloudci/php7.3:latest environment: APP_NAME: deck - CORE_BRANCH: master + CORE_BRANCH: stable20 DB: sqlite commands: # Pre-setup steps @@ -84,7 +84,7 @@ steps: image: nextcloudci/php7.4:latest environment: APP_NAME: deck - CORE_BRANCH: master + CORE_BRANCH: stable20 DB: sqlite commands: # Pre-setup steps @@ -111,7 +111,7 @@ steps: image: nextcloudci/php7.3:latest environment: APP_NAME: deck - CORE_BRANCH: master + CORE_BRANCH: stable20 DB: sqlite commands: # Pre-setup steps diff --git a/.travis.yml b/.travis.yml index 1653527da..679de06c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,13 @@ language: php services: - mysql php: + - 7.2 - 7.3 + - 7.4 env: - - CORE_BRANCH=master DB=mysql + - CORE_BRANCH=stable20 DB=mysql + - CORE_BRANCH=stable19 DB=mysql + - CORE_BRANCH=stable18 DB=mysql matrix: include: