From deaa08de701fd2d219d8e4848e68ad9f52bdb01c Mon Sep 17 00:00:00 2001 From: Jana Peper Date: Mon, 6 Oct 2025 10:46:57 +0200 Subject: [PATCH 1/2] chore: add AI app category Signed-off-by: Jana Peper --- appinfo/info.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/appinfo/info.xml b/appinfo/info.xml index d7754c66..e008d90a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -70,6 +70,7 @@ More details on how to set this up in the [admin docs](https://docs.nextcloud.co https://github.com/nextcloud/assistant integration + ai https://github.com/nextcloud/assistant https://github.com/nextcloud/assistant/issues https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot1.jpg From ebdd5a7d88bed9310e7cb3f88fc89260534b3913 Mon Sep 17 00:00:00 2001 From: Jana Peper Date: Mon, 6 Oct 2025 10:47:07 +0200 Subject: [PATCH 2/2] chore: bump php version for unit tests to 8.2 Signed-off-by: Jana Peper --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 755b066c..defc5de4 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -35,7 +35,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['8.1'] + php-versions: ['8.2'] databases: ['sqlite'] server-versions: ['master']