Skip to content
Snippets Groups Projects
Unverified Commit 86c0d54d authored by Greta's avatar Greta Committed by GitHub
Browse files

Merge pull request #3075 from nextcloud/enhancement/nextcloud-20

Allow Nextcloud 20
parents e49beadb 4b5c2b88
No related merge requests found
......@@ -32,6 +32,8 @@ matrix:
env: "PHP_COVERAGE=TRUE"
- php: 7.3
env: "CORE_BRANCH=stable18"
- php: 7.4
env: "CORE_BRANCH=stable19"
- php: nightly
env: "DB=sqlite PATCH_VERSION_CHECK=TRUE"
fast_finish: true
......
......@@ -31,7 +31,7 @@
<screenshot>https://user-images.githubusercontent.com/1374172/79554966-278e1600-809f-11ea-82ea-7a0d72a2704f.png</screenshot>
<dependencies>
<php min-version="7.2" max-version="7.4" />
<nextcloud min-version="18" max-version="19" />
<nextcloud min-version="18" max-version="20" />
</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