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
parent
commit
931f3d3c95
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/update-nextcloud-ocp.yml
  2. 4
      appinfo/info.xml
  3. 2
      package.json
  4. 4
      tests/integration/spreedcheats/appinfo/info.xml

2
.github/workflows/update-nextcloud-ocp.yml

@ -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 }}

4
appinfo/info.xml

@ -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>

2
package.json

@ -1,6 +1,6 @@
{
"name": "talk",
"version": "16.0.0",
"version": "17.0.0",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",

4
tests/integration/spreedcheats/appinfo/info.xml

@ -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>
Loading…
Cancel
Save