Skip to content

Commit 185e980

Browse files
committed
check up to nextcloud 29
1 parent 62c248b commit 185e980

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
# Latest is not tested here, as that could cause failures unrelated to project changes
3636
nextcloud_version:
3737
- 25
38+
- 26
39+
- 27
40+
- 28
41+
- 29
3842

3943
steps:
4044
- name: Create docker tag from git reference
@@ -81,13 +85,17 @@ jobs:
8185
matrix:
8286
nextcloud_version:
8387
- 25
88+
- 26
89+
- 27
90+
- 28
91+
- 29
8492
test:
8593
- 'solidtestsuite/solid-crud-tests:v7.0.5'
8694
- 'solidtestsuite/web-access-control-tests:v7.1.0'
8795
- 'solidtestsuite/webid-provider-tests:v2.1.0'
8896

8997
# Prevent EOL or non-stable versions of Nextcloud to fail the test-suite
90-
continue-on-error: ${{ contains(fromJson('[25]'), matrix.nextcloud_version) == false }}
98+
continue-on-error: ${{ contains(fromJson('[25,26,27,28,29]'), matrix.nextcloud_version) == false }}
9199

92100
steps:
93101
- name: Create docker tag from git reference

0 commit comments

Comments
 (0)