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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-13 12:22:52 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-13 12:22:52 +0300
commitbaadbec1174030b9658c907f3a5932894336195c (patch)
treecc7ff4ec49bc70842949ec70dd40ed834a52f6ce /.github
parent640e4da77a4a8f79627034989aac2e803d179227 (diff)
Drop Nextcloud 21 support
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/static-analysis.yml2
-rw-r--r--.github/workflows/test.yml5
2 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 7544faf..0daf3d1 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ocp-version: [ 'v21.0.0', 'dev-stable22', 'dev-stable23', 'dev-stable24', 'dev-master' ]
+ ocp-version: [ 'dev-stable22', 'dev-stable23', 'dev-stable24', 'dev-master' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 232cfff..a47800c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -18,9 +18,6 @@ jobs:
php-version: [ 8.0 ]
nextcloud-version: [ 'master', 'stable23', 'stable22' ]
db: ['sqlite']
- include:
- - php-versions: 7.4
- nextcloud-versions: stable21
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
steps:
@@ -65,7 +62,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ "7.4", "8.0" ]
- nextcloud-version: [ 'master', 'stable21' ]
+ nextcloud-version: [ 'master', 'stable22' ]
browser: [ 'firefox', 'chrome' ]
db: [ 'mysql' ]
include: