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:
Diffstat (limited to '.github/workflows/test.yml')
-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 }}