Skip to content

Commit 9c330ea

Browse files
committed
Extend Nextcloud compatibility to v34, update openspec config
Made-with: Cursor
1 parent af75cbd commit 9c330ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Vrij en open source onder de EUPL-1.2-licentie.
5252
<screenshot>https://raw.githubusercontent.com/ConductionNL/planix/main/img/app-store.svg</screenshot>
5353

5454
<dependencies>
55-
<nextcloud min-version="28" max-version="33"/>
55+
<nextcloud min-version="28" max-version="34"/>
5656
<php min-version="8.1"/>
5757
</dependencies>
5858

openspec/app-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
"cicd": {
1919
"phpVersions": ["8.3", "8.4"],
20-
"nextcloudRefs": ["stable31", "stable32"],
20+
"nextcloudRefs": ["stable31", "stable32", "stable33"],
2121
"enableNewman": false
2222
},
2323
"createdAt": "2026-03-24",
24-
"updatedAt": "2026-03-24"
24+
"updatedAt": "2026-03-26"
2525
}

0 commit comments

Comments
 (0)