From ec8f47cc4bfa02e44921b6c5b1f5ba1913940ce1 Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Wed, 7 Feb 2024 16:23:21 +0100 Subject: [PATCH] add ci NC28 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94893c5..8ecd06e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: - 25 - 26 - 27 + - 28 steps: - name: Create docker tag from git reference @@ -85,13 +86,14 @@ jobs: - 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('[25,26,27]'), matrix.nextcloud_version) == false }} + continue-on-error: ${{ contains(fromJson('[25,26,27,28]'), matrix.nextcloud_version) == false }} steps: - name: Create docker tag from git reference