Skip to content

Commit

Permalink
Merge pull request #521 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 29 support on master
  • Loading branch information
Florian authored Nov 23, 2023
2 parents 9914b37 + 500e2fe commit 372f2cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']
server-versions: ['master']

services:
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>
Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length
</description>
<version>1.18.0</version>
<version>1.19.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<namespace>Password_Policy</namespace>
Expand All @@ -17,7 +17,7 @@
<category>security</category>
<bugs>https://github.com/nextcloud/password_policy/issues</bugs>
<dependencies>
<nextcloud min-version="28" max-version="28" />
<nextcloud min-version="29" max-version="29" />
</dependencies>

<settings>
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,7 +1,7 @@
{
"name": "password_policy",
"description": "Password Policy for nextcloud",
"version": "1.18.0",
"version": "1.19.0",
"author": "Bjoern Schiessle",
"repository": {
"type": "git",
Expand Down

0 comments on commit 372f2cb

Please sign in to comment.