Skip to content

Commit f0ca985

Browse files
committed
Set Nextcloud 32 as officially supported
Signed-off-by: Corentin Noël <[email protected]>
1 parent d1e1ea8 commit f0ca985

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php-versions: [8.2, 8.3, 8.4]
16-
nextcloud-versions: ['stable31']
16+
nextcloud-versions: ['stable31', 'stable32']
1717
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
1818
steps:
1919
- name: Set up php${{ matrix.php-versions }}

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependencies>
3838
<php min-version="8.1" max-version="8.4"/>
3939
<lib>exif</lib>
40-
<nextcloud min-version="30" max-version="31"/>
40+
<nextcloud min-version="30" max-version="32"/>
4141
</dependencies>
4242
<repair-steps>
4343
<post-migration>

0 commit comments

Comments
 (0)