Skip to content

Commit

Permalink
Merge pull request #190 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 28 support on master
  • Loading branch information
nickvergessen committed May 22, 2023
2 parents f0ea9db + 36cdac7 commit f1b98e8
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-nextcloud-ocp.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["master", "stable26", "stable25", "stable24"]
branches: ["master", "stable27", "stable26", "stable25", "stable24"]

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

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Expand Up @@ -10,7 +10,7 @@
it again at any time.
</description>

<version>1.15.0</version>
<version>1.16.0</version>
<licence>agpl</licence>
<author>Bj枚rn Schiessle</author>
<author>Joas Schilling</author>
Expand All @@ -24,7 +24,7 @@
<bugs>https://github.com/nextcloud/survey_client/issues</bugs>

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

<repair-steps>
Expand Down

0 comments on commit f1b98e8

Please sign in to comment.