Skip to content

Commit 1a62a9a

Browse files
Merge pull request #12965 from nextcloud/update-main-version
feat(deps): Add Nextcloud 31 support on main
2 parents 4d1040d + 53f4328 commit 1a62a9a

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/dependabot.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ updates:
6363
day: saturday
6464
time: "03:00"
6565
timezone: Europe/Paris
66-
target-branch: stable29
66+
target-branch: stable30
6767
open-pull-requests-limit: 10
6868
ignore:
6969
# ignore all GitHub linguist patch updates
@@ -76,7 +76,7 @@ updates:
7676
day: saturday
7777
time: "03:00"
7878
timezone: Europe/Paris
79-
target-branch: stable28
79+
target-branch: stable29
8080
open-pull-requests-limit: 10
8181
ignore:
8282
# ignore all GitHub linguist patch updates
@@ -89,7 +89,7 @@ updates:
8989
day: saturday
9090
time: "03:00"
9191
timezone: Europe/Paris
92-
target-branch: stable27
92+
target-branch: stable28
9393
open-pull-requests-limit: 10
9494
ignore:
9595
# ignore all GitHub linguist patch updates
@@ -102,7 +102,7 @@ updates:
102102
day: saturday
103103
time: "03:00"
104104
timezone: Europe/Paris
105-
target-branch: stable29
105+
target-branch: stable30
106106
open-pull-requests-limit: 10
107107
ignore:
108108
# ignore all GitHub linguist patch updates
@@ -115,7 +115,7 @@ updates:
115115
day: saturday
116116
time: "03:00"
117117
timezone: Europe/Paris
118-
target-branch: stable28
118+
target-branch: stable29
119119
open-pull-requests-limit: 10
120120
ignore:
121121
# ignore all GitHub linguist patch updates
@@ -128,7 +128,7 @@ updates:
128128
day: saturday
129129
time: "03:00"
130130
timezone: Europe/Paris
131-
target-branch: stable27
131+
target-branch: stable28
132132
open-pull-requests-limit: 10
133133
ignore:
134134
# ignore all GitHub linguist patch updates

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
23+
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
2424

2525
name: update-nextcloud-ocp-${{ matrix.branches }}
2626

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
1919
]]></description>
2020

21-
<version>20.0.0-beta.3</version>
21+
<version>21.0.0-dev.0</version>
2222
<licence>agpl</licence>
2323

2424
<author>Daniel Calviño Sánchez</author>
@@ -55,7 +55,7 @@
5555
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/main/docs/video-verfication.png</screenshot>
5656

5757
<dependencies>
58-
<nextcloud min-version="30" max-version="30" />
58+
<nextcloud min-version="31" max-version="31" />
5959
</dependencies>
6060

6161
<background-jobs>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "talk",
3-
"version": "20.0.0-beta.3",
3+
"version": "21.0.0-dev.0",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <[email protected]>",

tests/integration/spreedcheats/appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
<licence>AGPL</licence>
1313
<author>Joas Schilling</author>
14-
<version>2.6.0</version>
14+
<version>21.0.0</version>
1515

1616
<types>
1717
<logging/>
1818
</types>
1919

2020
<dependencies>
21-
<nextcloud min-version="30" max-version="30" />
21+
<nextcloud min-version="31" max-version="31" />
2222
</dependencies>
2323
</info>

0 commit comments

Comments
 (0)