From f9eb88a5c4d2aa853aadb684ea76bedbf2b16889 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 3 Mar 2023 10:48:33 +0100 Subject: [PATCH 1/2] chore(CI): Adjust testing matrix for Nextcloud 26 on stable26 Signed-off-by: Joas Schilling --- .github/workflows/phpunit-mysql.yml | 4 ++-- .github/workflows/phpunit-oci.yml | 2 +- .github/workflows/phpunit-pgsql.yml | 2 +- .github/workflows/phpunit-sqlite.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index bf3aaa5c56f..45f64957521 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -38,8 +38,8 @@ jobs: strategy: matrix: - php-versions: ['8.0', '8.1'] - server-versions: ['master'] + php-versions: ['8.0', '8.1', '8.2'] + server-versions: ['stable26'] services: mysql: diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index 930d2c24351..540ded77b5b 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: php-versions: ['8.0'] - server-versions: ['master'] + server-versions: ['stable26'] services: oracle: diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index 8ec26389d5f..dd51916b3ae 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: php-versions: ['8.0'] - server-versions: ['master'] + server-versions: ['stable26'] services: postgres: diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index f1e432afbfe..27973de124c 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: php-versions: ['8.0'] - server-versions: ['master'] + server-versions: ['stable26'] steps: - name: Set app env From 22621f869b29032a58ffe69da82b11441082cd56 Mon Sep 17 00:00:00 2001 From: Jonas Date: Sun, 5 Mar 2023 17:05:56 +0100 Subject: [PATCH 2/2] chore(ci): Set server branch to `stable26` in Cypress workflow Signed-off-by: Jonas --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 8de79f307d3..8c0232aea68 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -77,7 +77,7 @@ jobs: containers: [1, 2, 3, 4, 5, 6, 7, 8] php-versions: [ '8.1' ] databases: [ 'sqlite' ] - server-versions: [ 'master' ] + server-versions: [ 'stable26' ] steps: - name: Use Node.js ${{ matrix.node-version }}