Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"updateRemoteUserUID": true,
"forwardPorts": [80],
"containerEnv": {
"NEXTCLOUD_VERSION": "33",
"NEXTCLOUD_VERSION": "34",
"NEXTCLOUD_AUTOINSTALL_APPS": "news",
"XDEBUG_MODE": "debug"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Nextcloud News is an RSS/Atom feed aggregator app for Nextcloud. It's a PHP back
cd /home/runner/work/news # Or use: cd $(dirname $(pwd))/.. if in news/news

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.2', '8.3']
nextcloud: ['stable32']
nextcloud: ['stable34']
database: ['sqlite', 'pgsql', 'mysql']
experimental: [false]
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-php-static-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.2', '8.3' ]
nextcloud: [ 'stable32' ]
nextcloud: [ 'stable34' ]
database: [ 'sqlite' ]
include:
- php-versions: 8.3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/api-php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
strategy:
matrix:
php-versions: ['8.3']
nextcloud: ['stable32']
nextcloud: ['stable34']
database: ['sqlite']
experimental: [false]
include:
- php-versions: 8.3
nextcloud: stable32
nextcloud: stable34
database: sqlite
experimental: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.3']
nextcloud: ['stable32']
nextcloud: ['stable34']
database: ['sqlite']
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.3']
nextcloud: ['stable32']
nextcloud: ['stable34']
database: ['sqlite']
experimental: [false]
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the

# Unreleased
### Added
- Support for Nextcloud Server 34 (Hub 26 spring) (#3786)

### Changed

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new)

Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
]]></description>
<version>28.5.1</version>
<version>28.6.0-beta.1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down Expand Up @@ -55,7 +55,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
<lib>json</lib>

<owncloud max-version="0" min-version="0"/>
<nextcloud min-version="32" max-version="33"/>
<nextcloud min-version="32" max-version="34"/>
</dependencies>

<background-jobs>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"doctrine/dbal": "^3.10.5",
"symfony/console": "^4.4.19",
"psr/log": "^1.1.0",
"nextcloud/ocp": "^33.0"
"nextcloud/ocp": "dev-stable34"
},
"replace": {
"guzzlehttp/guzzle": "*",
Expand Down
21 changes: 12 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading