Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-09-22 14:16:02 +0300
committerGitHub <noreply@github.com>2022-09-22 14:16:02 +0300
commit3b50bbcd2af281a79782415511492bfd4088970b (patch)
tree016637b233b63af02c08d8363dcd9a72fd1f661e
parent89e50a4c85ee4579e3b90767d7d9cd75de9cf150 (diff)
parent83ad267ca08307f171022dc659fc6cba8dfeaa6c (diff)
Merge pull request #741 from nextcloud/update-stable25-target-versionsv25.0.0rc1
Adjust testing matrix for Nextcloud 25 on stable25
-rw-r--r--.github/workflows/phpunit-mysql.yml2
-rw-r--r--.github/workflows/phpunit-oci.yml2
-rw-r--r--.github/workflows/phpunit-pgsql.yml2
-rw-r--r--.github/workflows/phpunit-sqlite.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml
index 9a98abd3..b144a7c6 100644
--- a/.github/workflows/phpunit-mysql.yml
+++ b/.github/workflows/phpunit-mysql.yml
@@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1']
- server-versions: ['master']
+ server-versions: ['stable25']
services:
mysql:
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml
index da2bb47b..39515204 100644
--- a/.github/workflows/phpunit-oci.yml
+++ b/.github/workflows/phpunit-oci.yml
@@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.0']
- server-versions: ['master']
+ server-versions: ['stable25']
services:
oracle:
diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml
index 167b2eb7..6912b6ad 100644
--- a/.github/workflows/phpunit-pgsql.yml
+++ b/.github/workflows/phpunit-pgsql.yml
@@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.0']
- server-versions: ['master']
+ server-versions: ['stable25']
services:
postgres:
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index 1585a8ec..c1b0b87c 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.0']
- server-versions: ['master']
+ server-versions: ['stable25']
steps:
- name: Checkout server