Skip to content

Commit

Permalink
Merge pull request #105 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
Add Nextcloud 25 support on master
  • Loading branch information
nickvergessen authored Sep 22, 2022
2 parents f464bd3 + 8a301d4 commit ea50cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-christophwurst-nextcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["master", "stable24", "stable23", "stable22"]
branches: ["master", "stable25", "stable24", "stable23"]

name: update-christophwurst-nextcloud-${{ matrix.branches }}

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Nextcloud announcements</name>
<summary>Nextcloud announcements brings the latest news of Nextcloud into your notifications</summary>
<description>Nextcloud announcements brings the latest news of Nextcloud into your notifications</description>
<version>1.14.0</version>
<version>1.15.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>NextcloudAnnouncements</namespace>
Expand All @@ -23,7 +23,7 @@
<repository type="git">https://github.com/nextcloud/nextcloud_announcements.git</repository>

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

<background-jobs>
Expand Down

0 comments on commit ea50cda

Please sign in to comment.