Skip to content

Commit c526308

Browse files
authored
Merge pull request #448 from nextcloud/chore/34-compat
chore: Support nc 34
2 parents a108815 + 5d88810 commit c526308

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
php-versions: ['8.2']
3939
databases: ['sqlite']
40-
server-versions: ['master']
40+
server-versions: ['stable33', 'master']
4141

4242
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
4343

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Known providers:
6262
6363
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
6464
]]> </description>
65-
<version>3.1.0</version>
65+
<version>3.2.0-dev.0</version>
6666
<licence>agpl</licence>
6767
<author>Julien Veyssier</author>
6868
<namespace>Assistant</namespace>
@@ -81,7 +81,7 @@ More details on how to set this up in the [admin docs](https://docs.nextcloud.co
8181
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot6.png</screenshot>
8282
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot7.png</screenshot>
8383
<dependencies>
84-
<nextcloud min-version="33" max-version="33"/>
84+
<nextcloud min-version="33" max-version="34"/>
8585
</dependencies>
8686
<settings>
8787
<admin>OCA\Assistant\Settings\Admin</admin>

0 commit comments

Comments
 (0)