Skip to content

Commit

Permalink
Merge pull request #1331 from nextcloud/16
Browse files Browse the repository at this point in the history
Increase max-version to 16
  • Loading branch information
nickvergessen authored Dec 10, 2018
2 parents d39432d + 128d4a4 commit b6661f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- CORE_BRANCH=stable15
- CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
Expand All @@ -43,7 +43,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- CORE_BRANCH=stable15
- CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
Expand All @@ -59,7 +59,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- CORE_BRANCH=stable15
- CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
Expand All @@ -75,7 +75,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- CORE_BRANCH=stable15
- CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
Expand All @@ -95,7 +95,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=spreed
- CORE_BRANCH=stable15
- CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
Expand All @@ -115,7 +115,7 @@ pipeline:
image: nextcloudci/php7.2:php7.2-12
environment:
- APP_NAME=spreed
- CORE_BRANCH=stable15
- CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
Expand All @@ -135,7 +135,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=spreed
- CORE_BRANCH=stable15
- CORE_BRANCH=master
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
Expand Down Expand Up @@ -163,7 +163,7 @@ pipeline:
image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2
environment:
- APP_NAME=spreed
- CORE_BRANCH=stable15
- CORE_BRANCH=master
commands:
# Pre-setup steps
- git clone --depth 1 -b $CORE_BRANCH https://github.com/nextcloud/server ../server
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>

<version>4.99.5</version>
<version>5.99.0</version>
<licence>agpl</licence>

<author>Daniel Calviño Sánchez</author>
Expand All @@ -44,7 +44,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/contacts-menu.png</screenshot>

<dependencies>
<nextcloud min-version="15" max-version="15" />
<nextcloud min-version="16" max-version="16" />
</dependencies>

<background-jobs>
Expand Down

0 comments on commit b6661f8

Please sign in to comment.