From a97cde9fee4aa86c622cd2a4eab82823d562b5ed Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 18 May 2023 11:15:53 +0200 Subject: add testing on stable27 Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 2 +- .github/workflows/api-php-static-code-check.yml | 2 +- .github/workflows/api-php-tests.yml | 2 +- .github/workflows/build-release.yml | 2 +- .github/workflows/frontend-nodejs-tests.yml | 2 +- .github/workflows/post-merge-tasks.yml | 2 +- .github/workflows/updater-test.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 3d70e5d80..b8d6cd5ad 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: php-versions: ['8.0', '8.1'] - nextcloud: ['stable25', 'stable26'] + nextcloud: ['stable25', 'stable26', 'stable27'] database: ['sqlite', 'pgsql', 'mysql'] experimental: [false] include: diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml index 932340f00..4afd9eaf1 100644 --- a/.github/workflows/api-php-static-code-check.yml +++ b/.github/workflows/api-php-static-code-check.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: php-versions: ['8.0', '8.1', '8.2' ] - nextcloud: [ 'stable26' ] + nextcloud: [ 'stable27' ] database: [ 'sqlite' ] include: - php-versions: 8.2 diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml index f5f75a095..271b8c3bc 100644 --- a/.github/workflows/api-php-tests.yml +++ b/.github/workflows/api-php-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable26'] + nextcloud: ['stable27'] database: ['sqlite'] experimental: [false] codecoverage: [false] diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 656a371fa..237a8ceab 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable26'] + nextcloud: ['stable27'] database: ['sqlite'] steps: - name: Checkout diff --git a/.github/workflows/frontend-nodejs-tests.yml b/.github/workflows/frontend-nodejs-tests.yml index 84411b689..e077e7d1b 100644 --- a/.github/workflows/frontend-nodejs-tests.yml +++ b/.github/workflows/frontend-nodejs-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable26'] + nextcloud: ['stable27'] database: ['sqlite'] experimental: [false] steps: diff --git a/.github/workflows/post-merge-tasks.yml b/.github/workflows/post-merge-tasks.yml index cb25e7cd7..ea446f0ce 100644 --- a/.github/workflows/post-merge-tasks.yml +++ b/.github/workflows/post-merge-tasks.yml @@ -10,7 +10,7 @@ jobs: name: "Coverage: Nextcloud PHP ${{ matrix.php-versions }}" strategy: matrix: - nextcloud: ['stable26'] + nextcloud: ['stable27'] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/updater-test.yml b/.github/workflows/updater-test.yml index 3f862d2aa..eb5901a51 100644 --- a/.github/workflows/updater-test.yml +++ b/.github/workflows/updater-test.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable26'] + nextcloud: ['stable27'] database: ['sqlite'] experimental: [false] steps: -- cgit v1.2.3