Skip to content

Commit d38df18

Browse files
committed
drop support for Nextcloud 24
1 parent 52a1b78 commit d38df18

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
# For the latest version information see: https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
3232
# Versions before 22 are not tested as they run on PHP versions lower than 8.0
3333
# Versions before 24 are not tested as they do not support `.well-known` entries
34+
# Version 24 comes with PHP 8.0, which is no longer supported;
3435
# Latest is not tested here, as that could cause failures unrelated to project changes
3536
nextcloud_version:
36-
- 24
3737
- 25
3838

3939
steps:
@@ -80,15 +80,14 @@ jobs:
8080
fail-fast: false
8181
matrix:
8282
nextcloud_version:
83-
- 24
8483
- 25
8584
test:
8685
- 'solidtestsuite/solid-crud-tests:v7.0.5'
8786
- 'solidtestsuite/web-access-control-tests:v7.1.0'
8887
- 'solidtestsuite/webid-provider-tests:v2.1.0'
8988

9089
# Prevent EOL or non-stable versions of Nextcloud to fail the test-suite
91-
continue-on-error: ${{ contains(fromJson('[24, 25]'), matrix.nextcloud_version) == false }}
90+
continue-on-error: ${{ contains(fromJson('[25]'), matrix.nextcloud_version) == false }}
9291

9392
steps:
9493
- name: Create docker tag from git reference

solid/appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ IMPORTANT: See https://github.com/pdsinterop/solid-nextcloud/blob/main/INSTALL.m
1818
<category>integration</category>
1919
<bugs>https://github.com/pdsinterop/solid-nextcloud/issues</bugs>
2020
<dependencies>
21-
<nextcloud min-version="24" max-version="25"/>
21+
<nextcloud min-version="25" max-version="25"/>
2222
</dependencies>
2323
<settings>
2424
<admin>\OCA\Solid\Settings</admin>

0 commit comments

Comments
 (0)