Skip to content

Commit ec8f47c

Browse files
committed
add ci NC28
1 parent 5813add commit ec8f47c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- 25
3838
- 26
3939
- 27
40+
- 28
4041

4142
steps:
4243
- name: Create docker tag from git reference
@@ -85,13 +86,14 @@ jobs:
8586
- 25
8687
- 26
8788
- 27
89+
- 28
8890
test:
8991
- 'solidtestsuite/solid-crud-tests:v7.0.5'
9092
- 'solidtestsuite/web-access-control-tests:v7.1.0'
9193
- 'solidtestsuite/webid-provider-tests:v2.1.0'
9294

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

9698
steps:
9799
- name: Create docker tag from git reference

0 commit comments

Comments
 (0)