Skip to content

Commit

Permalink
chore: Add Nextcloud 27 support on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Mar 3, 2023
1 parent 3f15b3d commit d6fd718
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master']

services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.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", "stable25", "stable24"]
branches: ["master", "stable26", "stable25", "stable24"]

name: update-nextcloud-ocp-${{ 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 @@ -13,7 +13,7 @@ An example would be to deny access to MS Excel/XLSX files owned by the "Human Re

Learn more about File Access Control on [https://nextcloud.com/workflow](https://nextcloud.com/workflow)</description>

<version>1.16.0</version>
<version>1.17.0</version>
<licence>agpl</licence>
<author>Arthur Schiwon</author>
<author>Joas Schilling</author>
Expand All @@ -35,6 +35,6 @@ Learn more about File Access Control on [https://nextcloud.com/workflow](https:/
<repository type="git">https://github.com/nextcloud/files_accesscontrol.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/files_accesscontrol/master/screenshots/flow.png</screenshot>
<dependencies>
<nextcloud min-version="26" max-version="26" />
<nextcloud min-version="27" max-version="27" />
</dependencies>
</info>

0 comments on commit d6fd718

Please sign in to comment.