From 0657efe239aa088407a9010e1bc424cebd0b3ff7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 14 Apr 2022 22:09:00 +0200 Subject: [PATCH] Update stable24 target versions Signed-off-by: Joas Schilling --- .github/workflows/integration.yml | 2 +- .github/workflows/phpunit.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index fd7068b28..65d2b972a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -19,7 +19,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['sqlite', 'mysql', 'pgsql'] - server-versions: ['master'] + server-versions: ['stable24'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 402263327..87b46a973 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['7.4', '8.0', '8.1'] databases: ['sqlite', 'mysql', 'pgsql'] - server-versions: ['master'] + server-versions: ['stable24'] 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 ceff76085..2f5a5e9e0 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ocp-version: [ 'dev-master' ] + ocp-version: [ 'dev-stable24' ] name: Nextcloud ${{ matrix.ocp-version }} steps: - name: Checkout