From c4e5aaa82f76266b2f08f2872f1d3ed07e9e5a97 Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Wed, 12 Mar 2025 17:04:46 +0100 Subject: [PATCH 1/4] update versions --- solid/appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solid/appinfo/info.xml b/solid/appinfo/info.xml index ae64a0ff..86c0ea28 100644 --- a/solid/appinfo/info.xml +++ b/solid/appinfo/info.xml @@ -18,7 +18,7 @@ When you do this, the Solid App can store data in your Nextcloud account through integration https://github.com/pdsinterop/solid-nextcloud/issues - + OCA\Solid\Settings\SolidAdmin From 99493e1f215db1add55d1519b14b4330cb52fb1c Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Wed, 12 Mar 2025 17:05:07 +0100 Subject: [PATCH 2/4] update versions --- .github/workflows/solid-tests-suites.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/solid-tests-suites.yml b/.github/workflows/solid-tests-suites.yml index 895d0fb4..33e2c75c 100644 --- a/.github/workflows/solid-tests-suites.yml +++ b/.github/workflows/solid-tests-suites.yml @@ -34,9 +34,9 @@ jobs: # Version 24 comes with PHP 8.0, which is no longer supported; # Latest is not tested here, as that could cause failures unrelated to project changes nextcloud_version: - - 28 - 29 - 30 + - 31 steps: - name: Create docker tag from git reference @@ -82,16 +82,16 @@ jobs: fail-fast: false matrix: nextcloud_version: - - 28 - 29 - 30 + - 31 test: - 'solidtestsuite/solid-crud-tests:v7.0.5' - 'solidtestsuite/web-access-control-tests:v7.1.0' - 'solidtestsuite/webid-provider-tests:v2.1.1' # Prevent EOL or non-stable versions of Nextcloud to fail the test-suite - continue-on-error: ${{ contains(fromJson('[28,29,30]'), matrix.nextcloud_version) == false }} + continue-on-error: ${{ contains(fromJson('[29,30,31]'), matrix.nextcloud_version) == false }} steps: - name: Create docker tag from git reference From 9067b6a8d4cb63de5c7408db41f45e4dccfe6295 Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Fri, 30 May 2025 15:24:56 +0200 Subject: [PATCH 3/4] Revert "update versions" This reverts commit 8b36c0aae0118a649c61b695edb644fa5c571322. --- solid/appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solid/appinfo/info.xml b/solid/appinfo/info.xml index 86c0ea28..ae64a0ff 100644 --- a/solid/appinfo/info.xml +++ b/solid/appinfo/info.xml @@ -18,7 +18,7 @@ When you do this, the Solid App can store data in your Nextcloud account through integration https://github.com/pdsinterop/solid-nextcloud/issues - + OCA\Solid\Settings\SolidAdmin From 9321e34d589966eb7eafb91f6071f01cfdb6c8e0 Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Fri, 30 May 2025 15:25:06 +0200 Subject: [PATCH 4/4] Revert "update versions" This reverts commit 80e3de691407798c0a37ca789deab81f41ec5345. --- .github/workflows/solid-tests-suites.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/solid-tests-suites.yml b/.github/workflows/solid-tests-suites.yml index 33e2c75c..895d0fb4 100644 --- a/.github/workflows/solid-tests-suites.yml +++ b/.github/workflows/solid-tests-suites.yml @@ -34,9 +34,9 @@ jobs: # Version 24 comes with PHP 8.0, which is no longer supported; # Latest is not tested here, as that could cause failures unrelated to project changes nextcloud_version: + - 28 - 29 - 30 - - 31 steps: - name: Create docker tag from git reference @@ -82,16 +82,16 @@ jobs: fail-fast: false matrix: nextcloud_version: + - 28 - 29 - 30 - - 31 test: - 'solidtestsuite/solid-crud-tests:v7.0.5' - 'solidtestsuite/web-access-control-tests:v7.1.0' - 'solidtestsuite/webid-provider-tests:v2.1.1' # Prevent EOL or non-stable versions of Nextcloud to fail the test-suite - continue-on-error: ${{ contains(fromJson('[29,30,31]'), matrix.nextcloud_version) == false }} + continue-on-error: ${{ contains(fromJson('[28,29,30]'), matrix.nextcloud_version) == false }} steps: - name: Create docker tag from git reference