Browse Source
Merge pull request #8936 from nextcloud/update-master-version
chore: Add Nextcloud 27 support on master
pull/8956/head
Joas Schilling
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
6 additions and
6 deletions
-
.github/workflows/update-nextcloud-ocp.yml
-
appinfo/info.xml
-
package.json
-
tests/integration/spreedcheats/appinfo/info.xml
|
|
|
@ -17,7 +17,7 @@ jobs: |
|
|
|
strategy: |
|
|
|
fail-fast: false |
|
|
|
matrix: |
|
|
|
branches: ["master", "stable25", "stable24"] |
|
|
|
branches: ["master", "stable26", "stable25", "stable24"] |
|
|
|
|
|
|
|
name: update-nextcloud-ocp-${{ matrix.branches }} |
|
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m |
|
|
|
|
|
|
|
]]></description> |
|
|
|
|
|
|
|
<version>16.0.0-rc.1</version> |
|
|
|
<version>17.0.0-dev</version> |
|
|
|
<licence>agpl</licence> |
|
|
|
|
|
|
|
<author>Daniel Calviño Sánchez</author> |
|
|
|
@ -52,7 +52,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m |
|
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/video-verfication.png</screenshot> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="26" max-version="26" /> |
|
|
|
<nextcloud min-version="27" max-version="27" /> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<background-jobs> |
|
|
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "talk", |
|
|
|
"version": "16.0.0", |
|
|
|
"version": "17.0.0", |
|
|
|
"private": true, |
|
|
|
"description": "", |
|
|
|
"author": "Joas Schilling <coding@schilljs.com>", |
|
|
|
|
|
|
|
@ -7,13 +7,13 @@ |
|
|
|
|
|
|
|
<licence>AGPL</licence> |
|
|
|
<author>Joas Schilling</author> |
|
|
|
<version>2.4.0</version> |
|
|
|
<version>2.5.0</version> |
|
|
|
|
|
|
|
<types> |
|
|
|
<logging/> |
|
|
|
</types> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="26" max-version="26" /> |
|
|
|
<nextcloud min-version="27" max-version="27" /> |
|
|
|
</dependencies> |
|
|
|
</info> |