From 4da0bd584837c801ffe4891571898b8cdb4bef3d Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Wed, 17 Jan 2024 11:08:45 +0100 Subject: [PATCH] add 26, 27, 28 --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0015842..33c426f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,13 +85,16 @@ jobs: nextcloud_version: - 24 - 25 + - 26 + - 27 + - 28 test: - 'solidtestsuite/solid-crud-tests:v7.0.5' - 'solidtestsuite/web-access-control-tests:v7.1.0' - 'solidtestsuite/webid-provider-tests:v2.1.0' # Prevent EOL or non-stable versions of Nextcloud to fail the test-suite - continue-on-error: ${{ contains(fromJson('[24, 25]'), matrix.nextcloud_version) == false }} + continue-on-error: ${{ contains(fromJson('[24, 25, 26, 27, 28]'), matrix.nextcloud_version) == false }} steps: - name: Create docker tag from git reference