Skip to content

Commit 095668b

Browse files
committed
update versions to 28-30
1 parent ef3bbd8 commit 095668b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,16 @@ jobs:
8282
fail-fast: false
8383
matrix:
8484
nextcloud_version:
85-
- 25
86-
- 26
87-
- 27
8885
- 28
86+
- 29
87+
- 30
8988
test:
9089
- 'solidtestsuite/solid-crud-tests:v7.0.5'
9190
- 'solidtestsuite/web-access-control-tests:v7.1.0'
9291
- 'solidtestsuite/webid-provider-tests:v2.1.0'
9392

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

9796
steps:
9897
- name: Create docker tag from git reference

0 commit comments

Comments
 (0)