Skip to content

Commit ad814ad

Browse files
committed
drop support for nc-29
1 parent e711b9c commit ad814ad

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
nextcloud_version:
77-
- 28
78-
- 29
7977
- 30
78+
- 31
8079
steps:
8180
- uses: actions/checkout@v4
8281
- uses: shivammathur/setup-php@v2

.github/workflows/solid-tests-suites.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ 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-
- 29
3837
- 30
3938
- 31
4039

@@ -82,7 +81,6 @@ jobs:
8281
fail-fast: false
8382
matrix:
8483
nextcloud_version:
85-
- 29
8684
- 30
8785
- 31
8886
test:
@@ -91,7 +89,7 @@ jobs:
9189
- 'solidtestsuite/webid-provider-tests:v2.1.1'
9290

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

9694
steps:
9795
- 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 @@ When you do this, the Solid App can store data in your Nextcloud account through
1818
<category>integration</category>
1919
<bugs>https://github.com/pdsinterop/solid-nextcloud/issues</bugs>
2020
<dependencies>
21-
<nextcloud min-version="29" max-version="31"/>
21+
<nextcloud min-version="30" max-version="31"/>
2222
</dependencies>
2323
<settings>
2424
<admin>OCA\Solid\Settings\SolidAdmin</admin>

0 commit comments

Comments
 (0)