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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 13:13:16 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 13:13:16 +0300
commit6c198aba718548776af37b1ab88ec553f800107d (patch)
treeed4b975721a05c105518bff427770e17a9e46b65
parent226c98e2bd5f49653b2fe41e6a161b4d79ae1317 (diff)
Adjust testing matrix for Nextcloud 25 on stable25update-stable25-target-versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/phpunit-sqlite.yml2
-rw-r--r--.github/workflows/psalm.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index 58422b61..8c02e647 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
- server-versions: ['master']
+ server-versions: ['stable25']
steps:
- name: Set app env
diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml
index 7248ad6e..5833989d 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-stable25' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps: