Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 31 support
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 14, 2024
1 parent 1571407 commit b91384b
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 @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1', '8.2']
server-versions: ['master', 'stable29', 'stable28']
server-versions: ['master', 'stable30', 'stable29', 'stable28']

services:
mysql:
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<summary>Edit office documents directly in your browser.</summary>
<description>This application can connect to an Office Online server with Nextcloud.</description>

<version>2.2.1</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>

<author>Julius Härtl</author>
Expand All @@ -28,7 +28,7 @@
<screenshot>https://github.com/nextcloud/officeonline/raw/main/screenshot.png</screenshot>

<dependencies>
<nextcloud min-version="24" max-version="29"/>
<nextcloud min-version="24" max-version="30"/>
</dependencies>

<settings>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "officeonline",
"description": "Collabora online integration",
"version": "2.2.1",
"version": "3.0.0-dev.0",
"authors": [
{
"name": "Julius Härtl",
Expand Down Expand Up @@ -111,4 +111,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
}
}

0 comments on commit b91384b

Please sign in to comment.