From b1f6db885e97be05c8438e377905ece9f0f239dc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 3 Feb 2021 08:55:40 +0100 Subject: [PATCH] Update stable21 target versions Signed-off-by: Joas Schilling --- .github/workflows/app-code-check.yml | 2 +- .github/workflows/oci.yml | 2 +- .travis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/app-code-check.yml b/.github/workflows/app-code-check.yml index 988376468..7d18fe278 100644 --- a/.github/workflows/app-code-check.yml +++ b/.github/workflows/app-code-check.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php-versions: ['7.4'] - server-versions: ['master'] + server-versions: ['stable21'] name: AppCode check php${{ matrix.php-versions }}-${{ matrix.server-versions }} steps: diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 575cc7b5d..e8d5857f6 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['oci'] - server-versions: ['master'] + server-versions: ['stable21'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} diff --git a/.travis.yml b/.travis.yml index 622433485..171346e43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ cache: env: global: - - CORE_BRANCH=master + - CORE_BRANCH=stable21 - APP_NAME=notifications matrix: - DB=sqlite