Skip to content

Commit 53bda80

Browse files
committed
Merge branch 'feature/nextcloud-31' into prep-release-0.10
2 parents a6556c6 + 751f23b commit 53bda80

5 files changed

Lines changed: 2810 additions & 2201 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
# Version 24 comes with PHP 8.0, which is no longer supported;
3535
# Latest is not tested here, as that could cause failures unrelated to project changes
3636
nextcloud_version:
37-
- 28
3837
- 29
3938
- 30
39+
- 31
4040

4141
steps:
4242
- name: Create docker tag from git reference
@@ -82,16 +82,16 @@ jobs:
8282
fail-fast: false
8383
matrix:
8484
nextcloud_version:
85-
- 28
8685
- 29
8786
- 30
87+
- 31
8888
test:
8989
- 'solidtestsuite/solid-crud-tests:v7.0.5'
9090
- 'solidtestsuite/web-access-control-tests:v7.1.0'
9191
- 'solidtestsuite/webid-provider-tests:v2.1.1'
9292

9393
# Prevent EOL or non-stable versions of Nextcloud to fail the test-suite
94-
continue-on-error: ${{ contains(fromJson('[28,29,30]'), matrix.nextcloud_version) == false }}
94+
continue-on-error: ${{ contains(fromJson('[29,30,31]'), matrix.nextcloud_version) == false }}
9595

9696
steps:
9797
- name: Create docker tag from git reference

solid/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ It supports the webid-oidc-dpop-pkce login flow to connect to a Solid App with y
1111
When you do this, the Solid App can store data in your Nextcloud account through the Solid protocol.
1212
1313
]]></description>
14-
<version>0.9.1</version>
14+
<version>0.9.2</version>
1515
<licence>agpl</licence>
1616
<author mail="auke@muze.nl" >Auke van Slooten</author>
1717
<namespace>Solid</namespace>
1818
<category>integration</category>
1919
<bugs>https://github.com/pdsinterop/solid-nextcloud/issues</bugs>
2020
<dependencies>
21-
<nextcloud min-version="28" max-version="30"/>
21+
<nextcloud min-version="29" max-version="31"/>
2222
</dependencies>
2323
<settings>
2424
<admin>OCA\Solid\Settings\SolidAdmin</admin>

0 commit comments

Comments
 (0)