Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Allow Nextcloud 21 and adjust CI matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Sep 23, 2020
1 parent 2edb933 commit fe57f6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: required
dist: xenial
language: php
php:
- 7.2
- 7.3
- 7.4

Expand All @@ -28,16 +27,18 @@ env:

matrix:
include:
- php: 7.2
- php: 7.3
env: "DB=mysql PHP_COVERAGE=TRUE"
- php: 7.2
- php: 7.4
env: "DB=mysql TEST_JS=TRUE"
- php: 7.3
- php: 7.4
env: "DB=pgsql"
- php: 7.3
- php: 7.2
env: "CORE_BRANCH=stable18"
- php: 7.3
env: "CORE_BRANCH=stable19"
- php: 7.4
env: "CORE_BRANCH=stable20"
- php: nightly
env: "PATCH_VERSION_CHECK=TRUE"
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<database>sqlite</database>
<database>mysql</database>
<database>pgsql</database>
<nextcloud min-version="18" max-version="20" />
<nextcloud min-version="18" max-version="21" />
</dependencies>

<two-factor-providers>
Expand Down

0 comments on commit fe57f6c

Please sign in to comment.