From 185e98070f7d1427c3640b0c35da3145c7053b33 Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Wed, 17 Jan 2024 16:01:21 +0100 Subject: [PATCH] check up to nextcloud 29 --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40f836c..e1a2f15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,10 @@ jobs: # Latest is not tested here, as that could cause failures unrelated to project changes nextcloud_version: - 25 + - 26 + - 27 + - 28 + - 29 steps: - name: Create docker tag from git reference @@ -81,13 +85,17 @@ jobs: matrix: nextcloud_version: - 25 + - 26 + - 27 + - 28 + - 29 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]'), matrix.nextcloud_version) == false }} + continue-on-error: ${{ contains(fromJson('[25,26,27,28,29]'), matrix.nextcloud_version) == false }} steps: - name: Create docker tag from git reference