Skip to content
Snippets Groups Projects
Unverified Commit 50842d0b authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #2523 from nextcloud/enhancement/nextcloud-19

Add Nextcloud 19 support
parents 782c3bb1 194c672e
No related branches found
No related tags found
No related merge requests found
......@@ -41,12 +41,10 @@ matrix:
env: "TEST_SUITE=PACKAGE"
- php: 7.2
env: "PHP_COVERAGE=TRUE"
- php: 7.3
env: "DB=pgsql CORE_BRANCH=stable17"
- php: 7.3
env: "CORE_BRANCH=stable17"
- php: 7.3
env: "DB=sqlite CORE_BRANCH=stable17"
env: "CORE_BRANCH=stable18"
- php: nightly
env: "DB=sqlite PATCH_VERSION_CHECK=TRUE"
fast_finish: true
......@@ -56,7 +54,6 @@ branches:
- master
- "/^stable\\d+(\\.\\d+)?$/"
- /^v\d++(\.\d+)?+(\.\d+)?+(\.\d+)?$/
- refactor/vue
cache:
directories:
......
......@@ -29,7 +29,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/mail/74e94da16618b32ee0834e57bbfc83ff7334f709/screenshots/mail.png</screenshot>
<dependencies>
<php min-version="7.2" max-version="7.4" />
<nextcloud min-version="17" max-version="18" />
<nextcloud min-version="17" max-version="19" />
</dependencies>
<repair-steps>
<post-migration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment