Skip to content

Commit 08c5041

Browse files
committed
chore: add NC 36 support
Signed-off-by: kyteinsky <kyteinsky@gmail.com>
1 parent 069086e commit 08c5041

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/integration-test-cron.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
databases: pgsql
6666
php-versions: 8.3
6767
encryption: 'on'
68+
- server-versions: stable35
69+
databases: pgsql
70+
php-versions: 8.3
71+
encryption: 'on'
6872
- server-versions: stable32
6973
databases: pgsql
7074
php-versions: 8.1

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Refer to the [Context Chat Backend's readme](https://github.com/nextcloud/contex
4040
<screenshot>https://raw.githubusercontent.com/nextcloud/context_chat/main/screenshots/context_chat_4.png</screenshot>
4141
<screenshot>https://raw.githubusercontent.com/nextcloud/context_chat/main/screenshots/context_chat_5.png</screenshot>
4242
<dependencies>
43-
<nextcloud min-version="32" max-version="35"/>
43+
<nextcloud min-version="32" max-version="36"/>
4444
</dependencies>
4545
<background-jobs>
4646
<job>OCA\ContextChat\BackgroundJobs\FileSystemListenerJob</job>

0 commit comments

Comments
 (0)