Skip to content

Commit 7e2a609

Browse files
committed
feat: remove support for nextcloud 33 (unreleased)
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1 parent e355523 commit 7e2a609

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
php-version: ['8.1', '8.2', '8.3', '8.4']
32-
nextcloud-version: ['master', 'stable32', 'stable31', 'stable30']
32+
nextcloud-version: ['stable32', 'stable31', 'stable30']
3333
exclude:
3434
- php-version: '8.4'
3535
nextcloud-version: 'stable30'
@@ -59,11 +59,11 @@ jobs:
5959
strategy:
6060
matrix:
6161
php-version: [ '8.4' ]
62-
nextcloud-version: [ 'master' ]
62+
nextcloud-version: [ 'stable32' ]
6363
db: [ 'sqlite' ]
6464
include:
6565
- php-version: '8.1'
66-
nextcloud-version: master
66+
nextcloud-version: stable32
6767
db: 'oci'
6868
- php-version: '8.1'
6969
nextcloud-version: stable32
@@ -170,7 +170,7 @@ jobs:
170170
strategy:
171171
matrix:
172172
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
173-
nextcloud-version: [ 'master', 'stable32', 'stable31', 'stable30' ]
173+
nextcloud-version: [ 'stable32', 'stable31', 'stable30' ]
174174
exclude:
175175
- php-version: '8.4'
176176
nextcloud-version: 'stable30'

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependencies>
2626
<php min-version="8.1" max-version="8.4"/>
2727
<lib>gmp</lib>
28-
<nextcloud min-version="30" max-version="33" />
28+
<nextcloud min-version="30" max-version="32" />
2929
</dependencies>
3030

3131
<repair-steps>

0 commit comments

Comments
 (0)