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 <ChristophWurst@users.noreply.github.com>2021-05-03 11:40:00 +0300
committerGitHub <noreply@github.com>2021-05-03 11:40:00 +0300
commit88f89b48701810e5fb57b5392ecf71e95c1100f3 (patch)
treebccaf72ecea7421116be4e3f324ae0ead1b96ccd
parentf9acf1a9c3c157838a8fb4c0796704acc7950876 (diff)
parent94a1a967bf89a261710b3e196639c15428ac94b9 (diff)
Merge pull request #1103 from nextcloud/enh/version
Make 22 compatible
-rw-r--r--.github/workflows/test.yml4
-rw-r--r--appinfo/info.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2ed9acb..4b864e4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
php-version: [ 7.3, 7.4, 8.0 ]
- nextcloud-version: [ 'master' ]
+ nextcloud-version: [ 'master', 'stable21' ]
db: ['sqlite']
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
steps:
@@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
php-version: [ 7.4, 8.0 ]
- nextcloud-version: [ 'master' ]
+ nextcloud-version: [ 'master', 'stable21' ]
browser: [ 'firefox', 'chrome' ]
db: [ 'mysql' ]
name: Nextcloud ${{ matrix.nextcloud-version }} acceptance tests on php${{ matrix.php-version }}/${{ matrix.browser }}/${{ matrix.db }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5068bdb..d408e1d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png</screenshot>
<dependencies>
<php min-version="7.3" max-version="8.0" />
- <nextcloud min-version="21" max-version="21" />
+ <nextcloud min-version="21" max-version="22" />
</dependencies>
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>