Skip to content

Commit

Permalink
Merge pull request #595 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 29 support
  • Loading branch information
tcitworld authored Nov 26, 2023
2 parents 120c9e3 + 54dca1d commit 1dbbe58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ jobs:

strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']
server-versions: ['master', 'stable28']
include:
- php-versions: '8.3'
server-versions: 'master'
- php-versions: '8.3'
server-versions: 'stable28'
- php-versions: '8.0'
server-versions: 'stable28'
- php-versions: '8.0'
server-versions: 'stable27'
- php-versions: '8.0'
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This app allows users to register a new account.
4. User is lead to a form where they can choose their username and password
5. New account is created and is logged in automatically
]]></description>
<version>2.2.0</version>
<version>2.3.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<author mail="[email protected]" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
Expand All @@ -39,7 +39,7 @@ This app allows users to register a new account.
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot>
<dependencies>
<nextcloud min-version="25" max-version="27" />
<nextcloud min-version="25" max-version="28" />
</dependencies>
<background-jobs>
<job>OCA\Registration\BackgroundJob\ExpireRegistrations</job>
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": "registration",
"version": "1.0.0",
"version": "2.3.0",
"description": "",
"license": "AGPL-3.0-or-later",
"scripts": {
Expand Down

0 comments on commit 1dbbe58

Please sign in to comment.