Skip to content

Commit 4c56c8d

Browse files
committed
Revert "drop support for nc-29"
This reverts commit ad814ad.
1 parent ad814ad commit 4c56c8d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
nextcloud_version:
77+
- 28
78+
- 29
7779
- 30
78-
- 31
7980
steps:
8081
- uses: actions/checkout@v4
8182
- uses: shivammathur/setup-php@v2

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ 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
3738
- 30
3839
- 31
3940

@@ -81,6 +82,7 @@ jobs:
8182
fail-fast: false
8283
matrix:
8384
nextcloud_version:
85+
- 29
8486
- 30
8587
- 31
8688
test:
@@ -89,7 +91,7 @@ jobs:
8991
- 'solidtestsuite/webid-provider-tests:v2.1.1'
9092

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

9496
steps:
9597
- 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="30" max-version="31"/>
21+
<nextcloud min-version="29" max-version="31"/>
2222
</dependencies>
2323
<settings>
2424
<admin>OCA\Solid\Settings\SolidAdmin</admin>

0 commit comments

Comments
 (0)