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:
authorCarl Schwan <carl@carlschwan.eu>2022-01-10 18:51:27 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-01-10 18:51:27 +0300
commit4ec09bde9ff2618e4bab6535f0dbe272627aa7e6 (patch)
tree9468039534ec7c7402e816690277dbae7c0ea123 /.github
parent2c1bffdfa724962a2eeece24b82b16da0911858b (diff)
Only support Nextcloud 24
We only support Nextcloud 24 in the appinfo/info.xml file so no need to test compatibility with NC 20 in tests Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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