Skip to content

Commit adfa475

Browse files
JonOfUsJonOfUs
andauthored
Prepare support for Nextcloud 32 (#205)
* Add support for Nextcloud 32 * Also test for NC32 support * Use newer approach for bootstrapping Taken from e.g. https://github.com/nextcloud/contacts/blob/e1c667c2dd30885e76512a847db50883a75b1687/tests/bootstrap.php * Drop NC28 support, since it doesn't support new test bootstrap logic * Don't test for NC28, as it's no longer supported * Update dependencies --------- Co-authored-by: JonOfUs <jonofus@flueren.eu>
1 parent 63a3881 commit adfa475

5 files changed

Lines changed: 1889 additions & 2279 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
php-versions: ["8.1", "8.2"]
2222
databases: ["sqlite"]
2323
server-versions:
24-
["stable27", "stable28", "stable29", "stable30", "stable31"]
24+
["stable29", "stable30", "stable31", "stable32"]
2525

2626
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
2727

@@ -78,7 +78,7 @@ jobs:
7878
matrix:
7979
php-versions: ["8.1", "8.2"]
8080
databases: ["mysql"]
81-
server-versions: ["stable27", "stable28", "stable29", "stable30"]
81+
server-versions: ["stable29", "stable30", "stable31", "stable32"]
8282

8383
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
8484

@@ -144,7 +144,7 @@ jobs:
144144
matrix:
145145
php-versions: ["8.1", "8.2"]
146146
databases: ["pgsql"]
147-
server-versions: ["stable27", "stable28", "stable29", "stable30"]
147+
server-versions: ["stable29", "stable30", "stable31", "stable32"]
148148

149149
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
150150

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</documentation>
1919
<dependencies>
2020
<php min-version="8.1"/>
21-
<nextcloud min-version="27" max-version="31"/>
21+
<nextcloud min-version="29" max-version="32"/>
2222
</dependencies>
2323
<repair-steps>
2424
<post-migration>

0 commit comments

Comments
 (0)