File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments