Skip to content

Commit 6a78236

Browse files
committed
removed version 28 (which has issues with the middleware)
1 parent ea6381b commit 6a78236

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
@@ -37,7 +37,6 @@ jobs:
3737
- 25
3838
- 26
3939
- 27
40-
- 28
4140

4241
steps:
4342
- name: Create docker tag from git reference
@@ -86,14 +85,13 @@ jobs:
8685
- 25
8786
- 26
8887
- 27
89-
- 28
9088
test:
9189
- 'solidtestsuite/solid-crud-tests:v7.0.5'
9290
- 'solidtestsuite/web-access-control-tests:v7.1.0'
9391
- 'solidtestsuite/webid-provider-tests:v2.1.0'
9492

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

9896
steps:
9997
- name: Create docker tag from git reference

0 commit comments

Comments
 (0)