We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e1ea8 commit f0ca985Copy full SHA for f0ca985
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
php-versions: [8.2, 8.3, 8.4]
16
- nextcloud-versions: ['stable31']
+ nextcloud-versions: ['stable31', 'stable32']
17
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
18
steps:
19
- name: Set up php${{ matrix.php-versions }}
appinfo/info.xml
@@ -37,7 +37,7 @@
37
<dependencies>
38
<php min-version="8.1" max-version="8.4"/>
39
<lib>exif</lib>
40
- <nextcloud min-version="30" max-version="31"/>
+ <nextcloud min-version="30" max-version="32"/>
41
</dependencies>
42
<repair-steps>
43
<post-migration>
0 commit comments