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:
authorRoeland Jago Douma <roeland@famdouma.nl>2021-04-29 14:21:18 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-04-29 14:21:18 +0300
commit94a1a967bf89a261710b3e196639c15428ac94b9 (patch)
tree60789a5367f8b38fde11b8a4d10e4d8c13ccfaa7
parentaf06b499f9bd5020737eee270d590f3d4d40a3ed (diff)
run tests also on stable21
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 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 }}