diff --git a/.drone.yml b/.drone.yml index 5865e2a52e0..e2f644c9d6f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: image: nextcloudci/php7.3:php7.3-5 environment: APP_NAME: text - CORE_BRANCH: master + CORE_BRANCH: stable22 DB: sqlite commands: - composer install @@ -28,7 +28,7 @@ steps: image: nextcloudci/php7.3:php7.3-5 environment: APP_NAME: text - CORE_BRANCH: master + CORE_BRANCH: stable22 DB: sqlite commands: - bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB @@ -61,7 +61,7 @@ steps: image: nextcloudci/php7.3:php7.3-5 environment: APP_NAME: text - CORE_BRANCH: master + CORE_BRANCH: stable22 DB: mysql commands: - bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB @@ -92,7 +92,7 @@ steps: image: nextcloudci/php7.3:php7.3-5 environment: APP_NAME: text - CORE_BRANCH: master + CORE_BRANCH: stable22 DB: postgres commands: - bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 18a75d9c0dc..29648d1c60d 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -24,7 +24,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 }} diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 4f40268c68e..3e497fba320 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ocp-version: [ 'dev-master' ] + ocp-version: [ 'dev-stable22' ] name: Nextcloud ${{ matrix.ocp-version }} steps: - name: Checkout