From 457bb3cb2a48187e808f79e2bbe71990aa314797 Mon Sep 17 00:00:00 2001 From: Robin Windey Date: Sat, 2 Dec 2023 14:53:47 +0000 Subject: [PATCH] Update CI/CD for NC28 --- .github/workflows/phpunit.yml | 6 +++--- .github/workflows/psalm.yml | 2 +- .github/workflows/sonarqube.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 6e3552c..9059789 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['8.1'] databases: ['sqlite'] - server-versions: ['master'] + server-versions: ['stable28'] name: php${{ matrix.php-versions }}-${{ matrix.databases }} @@ -76,7 +76,7 @@ jobs: matrix: php-versions: ['8.0', '8.1', '8.2'] databases: ['mysql'] - server-versions: ['master'] + server-versions: ['stable28'] name: php${{ matrix.php-versions }}-${{ matrix.databases }} @@ -141,7 +141,7 @@ jobs: matrix: php-versions: ['8.1'] databases: ['pgsql'] - server-versions: ['master'] + server-versions: ['stable28'] name: php${{ matrix.php-versions }}-${{ matrix.databases }} diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index ed0bf9b..4a63d7c 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - ocp-version: [ 'dev-master' ] + ocp-version: [ 'dev-stable28' ] php-version: [ '8.0', '8.1', '8.2' ] name: Nextcloud ${{ matrix.ocp-version }} PHP${{ matrix.php-version }} diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 9186f01..23a63c0 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['8.2'] databases: ['sqlite'] - server-versions: ['master'] + server-versions: ['stable28'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-COVERAGE