From 95a378af85507252131c62a91342f8bd84a2fcf3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 24 Jun 2021 13:56:29 +0200 Subject: [PATCH] Update stable22 target versions Signed-off-by: Joas Schilling --- .drone.yml | 6 +++--- .github/workflows/oci.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index c34d057f1..bbe74805c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: nextcloudci/php7.3:php7.3-5 environment: APP_NAME: firstrunwizard - CORE_BRANCH: master + CORE_BRANCH: stable22 DB: sqlite commands: # Pre-setup steps @@ -36,7 +36,7 @@ steps: image: nextcloudci/php7.3:php7.3-5 environment: APP_NAME: firstrunwizard - CORE_BRANCH: master + CORE_BRANCH: stable22 DB: sqlite commands: # Pre-setup steps @@ -64,7 +64,7 @@ steps: image: nextcloudci/php7.4:2 environment: APP_NAME: firstrunwizard - CORE_BRANCH: master + CORE_BRANCH: stable22 DB: sqlite commands: # Pre-setup steps diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index aa392ac45..84219255d 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: ['stable22'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}