Skip to content

Commit a196c05

Browse files
committedMar 6, 2025
feat: remove support for nextcloud 32 (unreleased)
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1 parent 2f0f35d commit a196c05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/php-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
12-
nextcloud-versions: [ 'master', 'stable31', 'stable30' ]
12+
nextcloud-versions: [ 'stable31', 'stable30' ]
1313
exclude:
1414
- php-versions: '8.4'
1515
nextcloud-versions: 'stable30'
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
59-
nextcloud-versions: [ 'master', 'stable31', 'stable30' ]
59+
nextcloud-versions: [ 'stable31', 'stable30' ]
6060
exclude:
6161
- php-versions: '8.4'
6262
nextcloud-versions: 'stable30'

‎appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png</screenshot>
4242
<dependencies>
4343
<php min-version="8.1" max-version="8.4" />
44-
<nextcloud min-version="30" max-version="32" />
44+
<nextcloud min-version="30" max-version="31" />
4545
<backend>caldav</backend>
4646
</dependencies>
4747
<background-jobs>

0 commit comments

Comments
 (0)