Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 29 support
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Nov 23, 2023
1 parent 0f725a3 commit d534292
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psalm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
ocp-version: [ 'dev-master', 'dev-stable27', 'dev-stable26' ]
ocp-version: [ 'dev-master', 'dev-stable28', 'dev-stable27', 'dev-stable26' ]

name: Nextcloud ${{ matrix.ocp-version }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
⚡ Activities integration
🔔 Notifications integration]]></description>
<version>6.7.0</version>
<version>6.8.0-dev.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>AnnouncementCenter</namespace>
Expand All @@ -35,7 +35,7 @@
<screenshot>https://github.com/nextcloud/announcementcenter/raw/main/docs/AnnouncementCenterFrontpage.png</screenshot>

<dependencies>
<nextcloud min-version="26" max-version="28" />
<nextcloud min-version="26" max-version="29" />
</dependencies>

<repair-steps>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "announcementcenter",
"version": "6.7.0",
"version": "6.8.0-dev.0",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,
Expand Down

0 comments on commit d534292

Please sign in to comment.