summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-05-18 11:15:53 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-05-18 12:59:01 +0200
commita97cde9fee4aa86c622cd2a4eab82823d562b5ed (patch)
tree5aafe68e6493fb31874cbddf608ced007449b881
parent2b4a680a63beeb6e172f49e2022dae3c99605cac (diff)
add testing on stable27
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/api-integration-tests.yml2
-rw-r--r--.github/workflows/api-php-static-code-check.yml2
-rw-r--r--.github/workflows/api-php-tests.yml2
-rw-r--r--.github/workflows/build-release.yml2
-rw-r--r--.github/workflows/frontend-nodejs-tests.yml2
-rw-r--r--.github/workflows/post-merge-tasks.yml2
-rw-r--r--.github/workflows/updater-test.yml2
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: