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-03-04 12:56:45 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-03-04 12:56:45 +0300
commitce575a99f1dc752d7fe24bdc8a828b2d9361fa08 (patch)
tree964cf80534fd3d7505b96baa43d9efb0fc826357 /.github
parent4c279a8e0a6f573183dadd720bf9fae1157bc435 (diff)
Fix CI matrix to work with Nextcloud 24
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ddd8aea..1ded52b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,9 +7,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-version: [ 7.3, 7.4, 8.0 ]
- nextcloud-version: [ 'master', 'stable21' ]
+ php-version: [ 8.0 ]
+ nextcloud-version: [ 'master', 'stable23', 'stable22' ]
db: ['sqlite']
+ include:
+ - php-versions: 7.3
+ nextcloud-versions: stable21
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
steps:
- name: Set up php${{ matrix.php-version }}