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

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-02-10 17:49:30 +0300
committerGitHub <noreply@github.com>2022-02-10 17:49:30 +0300
commit878b46ee3751000d4e5bcbd1ee178b79c959b24d (patch)
tree5f26fbe33b2c4436cc00d8e0e5729ff4c11ddc40 /.github
parent35028954f7ecd9114ae4abd8af2df267563ef0d0 (diff)
parent4ec09bde9ff2618e4bab6535f0dbe272627aa7e6 (diff)
Merge pull request #632 from nextcloud/static-analysis-version
Only support Nextcloud 24
Diffstat (limited to '.github')
-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 482e810..93c045b 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ '20', 'dev-master' ]
+ ocp-version: [ 'dev-master' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout