Skip to content

Commit ea6381b

Browse files
committed
restrict to up to 28
1 parent 185e980 commit ea6381b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
- 26
3939
- 27
4040
- 28
41-
- 29
4241

4342
steps:
4443
- name: Create docker tag from git reference
@@ -88,14 +87,13 @@ jobs:
8887
- 26
8988
- 27
9089
- 28
91-
- 29
9290
test:
9391
- 'solidtestsuite/solid-crud-tests:v7.0.5'
9492
- 'solidtestsuite/web-access-control-tests:v7.1.0'
9593
- 'solidtestsuite/webid-provider-tests:v2.1.0'
9694

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

10098
steps:
10199
- name: Create docker tag from git reference

0 commit comments

Comments
 (0)