From 095668bfccaec814da5c519c0342684013700ae2 Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Fri, 4 Oct 2024 10:20:08 +0200 Subject: [PATCH] update versions to 28-30 --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd3c256..e2b2086 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,17 +82,16 @@ jobs: fail-fast: false matrix: nextcloud_version: - - 25 - - 26 - - 27 - 28 + - 29 + - 30 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,28]'), matrix.nextcloud_version) == false }} + continue-on-error: ${{ contains(fromJson('[28,29,30]'), matrix.nextcloud_version) == false }} steps: - name: Create docker tag from git reference