Skip to content

Commit

Permalink
Merge pull request #2523 from nextcloud/enhancement/nextcloud-19
Browse files Browse the repository at this point in the history
Add Nextcloud 19 support
  • Loading branch information
ChristophWurst authored Jan 22, 2020
2 parents 782c3bb + 194c672 commit 50842d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -56,7 +54,6 @@ branches:
- master
- "/^stable\\d+(\\.\\d+)?$/"
- /^v\d++(\.\d+)?+(\.\d+)?+(\.\d+)?$/
- refactor/vue

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 50842d0

Please sign in to comment.