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

github.com/nextcloud/survey_client.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:18:17 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 13:18:17 +0300
commit50b36f9c74cc77e2d0f507126bc30bc7c7578099 (patch)
tree2cffcb67f27a5b721a1e1ec929eec0e3680b05e8
parenta5e38febb93eaeb6e73325920bc683c44b798eb4 (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/static-analysis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index 9a86fea..85b6ce9 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/static-analysis.yml b/.github/workflows/static-analysis.yml
index 3458d0e..14e55ec 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'dev-master' ]
+ ocp-version: [ 'dev-stable25' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout