Skip to content

Commit 11b0109

Browse files
authored
Merge pull request #368 from nextcloud/chore/app-category
Chore: add AI app category & fix unit tests
2 parents 92242eb + ebdd5a7 commit 11b0109

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# do not stop on another job's failure
3636
fail-fast: false
3737
matrix:
38-
php-versions: ['8.1']
38+
php-versions: ['8.2']
3939
databases: ['sqlite']
4040
server-versions: ['master']
4141

appinfo/info.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ More details on how to set this up in the [admin docs](https://docs.nextcloud.co
7070
<developer>https://github.com/nextcloud/assistant</developer>
7171
</documentation>
7272
<category>integration</category>
73+
<category>ai</category>
7374
<website>https://github.com/nextcloud/assistant</website>
7475
<bugs>https://github.com/nextcloud/assistant/issues</bugs>
7576
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot1.jpg</screenshot>

0 commit comments

Comments
 (0)