From 8967dfd5c30b467d56ad8549515497ec3f67ddf2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 14 Apr 2022 22:06:09 +0200 Subject: Update stable24 target versions Signed-off-by: Joas Schilling --- .github/workflows/oci.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 2efe71d..b22ea39 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['7.4', '8.0', '8.1'] databases: ['oci'] - 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 3536fde..b5c3ded 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - ocp-version: [ 'dev-master' ] + ocp-version: [ 'dev-stable24' ] name: Nextcloud ${{ matrix.ocp-version }} steps: -- cgit v1.2.3