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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-04-15 09:24:57 +0300
committerGitHub <noreply@github.com>2022-04-15 09:24:57 +0300
commit307abf37f16fa530145cab2ac51563953f3eb106 (patch)
treeacd07fb5ee6f9bd6a23c632e94dca7c378ca79fa
parent028011e91a15b2f9cc59aa1c349eaabcaac610b5 (diff)
parentd5b87420e94bc3a417c6a6412eea0d4413094184 (diff)
Merge pull request #1078 from nextcloud/update-stable24-target-versionsv24.0.0rc3v24.0.0rc2v24.0.0
-rw-r--r--.github/workflows/static-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 4f40268c..a9cbff7c 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-stable24' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout