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 <213943+nickvergessen@users.noreply.github.com>2021-11-11 18:38:26 +0300
committerGitHub <noreply@github.com>2021-11-11 18:38:26 +0300
commitb603a032668a600fd5f4b76f245aee93f88f6894 (patch)
tree27ed2ad0f71f03ec34f416bb0025be0c7911f9b9
parentf8846e4edf016aabf906e3552789dd5eb39263f0 (diff)
parent5bdb79f05ec3c872080af972909452dd4f4bab5a (diff)
Merge pull request #925 from nextcloud/update-stable23-target-versionsv23.0.0rc3v23.0.0rc2v23.0.0rc1v23.0.0
Update stable23 target versions
-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..88cd669a 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-stable23' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout