Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 29 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 Nov 23, 2023
1 parent ab5da57 commit e08689a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -4,7 +4,7 @@
<name>Global Site Selector</name>
<summary>Nextcloud Portal to redirect users to the right instance</summary>
<description>The Global Site Selector allows you to run multiple small Nextcloud instances and redirect users to the right server</description>
<version>2.5.0-beta1</version>
<version>2.6.0-dev</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<author>Maxence Lange</author>
Expand All @@ -17,7 +17,7 @@
<bugs>https://github.com/nextcloud/globalsiteselector/issues</bugs>
<repository>https://github.com/nextcloud/globalsiteselector</repository>
<dependencies>
<nextcloud min-version="28" max-version="28"/>
<nextcloud min-version="29" max-version="29"/>
</dependencies>
<background-jobs>
<job>OCA\GlobalSiteSelector\BackgroundJobs\UpdateLookupServer</job>
Expand Down

0 comments on commit e08689a

Please sign in to comment.