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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/static-analysis.yml2
-rw-r--r--.github/workflows/test.yml6
-rw-r--r--appinfo/info.xml2
4 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 95ca456..ee8c6f2 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- nextcloud-versions: ['master']
+ nextcloud-versions: ['stable20']
name: Nextcloud ${{ matrix.nextcloud-versions }} app code check
steps:
- name: Set up php7.4
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 99802c4..a6f506c 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: [ 'v20.0.4', 'dev-master' ]
+ ocp-version: [ 'v20.0.7', 'v21.0.0', 'dev-master' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 28b6465..5b0371b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,11 +7,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-version: [7.3, 7.4, 8.0]
+ php-version: [7.4, 8.0]
nextcloud-version: ['master']
include:
- php-version: 7.4
nextcloud-version: stable20
+ - php-version: 8.0
+ nextcloud-version: stable21
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
steps:
- name: Set up php${{ matrix.php-version }}
@@ -54,7 +56,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
- node-version: 12.x
+ node-version: 14.x
- name: npm install
run: npm install
- name: run tests
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d2a0290..1cfb6e6 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -21,7 +21,7 @@
<database>sqlite</database>
<database>mysql</database>
<database>pgsql</database>
- <nextcloud min-version="20" max-version="21" />
+ <nextcloud min-version="20" max-version="22" />
</dependencies>
<two-factor-providers>