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 }}