Skip to content

Commit 69a02e9

Browse files
committed
Enable support vor server version 34
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
1 parent 9cd9494 commit 69a02e9

5 files changed

Lines changed: 17 additions & 14 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"updateRemoteUserUID": true,
55
"forwardPorts": [80],
66
"containerEnv": {
7-
"NEXTCLOUD_VERSION": "33",
7+
"NEXTCLOUD_VERSION": "34",
88
"NEXTCLOUD_AUTOINSTALL_APPS": "news",
99
"XDEBUG_MODE": "debug"
1010
},

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Nextcloud News is an RSS/Atom feed aggregator app for Nextcloud. It's a PHP back
130130
cd /home/runner/work/news # Or use: cd $(dirname $(pwd))/.. if in news/news
131131

132132
# Step 1: Clone Nextcloud server (adjacent to News repo)
133-
git clone --depth 1 --branch stable32 https://github.com/nextcloud/server.git
133+
git clone --depth 1 --branch stable34 https://github.com/nextcloud/server.git
134134
cd server
135135
git submodule update --init
136136

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new)
2121
2222
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
2323
]]></description>
24-
<version>28.5.0</version>
24+
<version>28.6.0-beta.1</version>
2525
<licence>agpl</licence>
2626
<author>Benjamin Brahmer</author>
2727
<author>Sean Molenaar</author>
@@ -55,7 +55,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
5555
<lib>json</lib>
5656

5757
<owncloud max-version="0" min-version="0"/>
58-
<nextcloud min-version="32" max-version="33"/>
58+
<nextcloud min-version="32" max-version="34"/>
5959
</dependencies>
6060

6161
<background-jobs>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"doctrine/dbal": "^3.10.5",
7070
"symfony/console": "^4.4.19",
7171
"psr/log": "^1.1.0",
72-
"nextcloud/ocp": "^33.0"
72+
"nextcloud/ocp": "dev-stable34"
7373
},
7474
"replace": {
7575
"guzzlehttp/guzzle": "*",

composer.lock

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)