Skip to content

Commit 9321e34

Browse files
committed
Revert "update versions"
This reverts commit 80e3de6.
1 parent 9067b6a commit 9321e34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/solid-tests-suites.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
# Version 24 comes with PHP 8.0, which is no longer supported;
3535
# Latest is not tested here, as that could cause failures unrelated to project changes
3636
nextcloud_version:
37+
- 28
3738
- 29
3839
- 30
39-
- 31
4040

4141
steps:
4242
- name: Create docker tag from git reference
@@ -82,16 +82,16 @@ jobs:
8282
fail-fast: false
8383
matrix:
8484
nextcloud_version:
85+
- 28
8586
- 29
8687
- 30
87-
- 31
8888
test:
8989
- 'solidtestsuite/solid-crud-tests:v7.0.5'
9090
- 'solidtestsuite/web-access-control-tests:v7.1.0'
9191
- 'solidtestsuite/webid-provider-tests:v2.1.1'
9292

9393
# Prevent EOL or non-stable versions of Nextcloud to fail the test-suite
94-
continue-on-error: ${{ contains(fromJson('[29,30,31]'), matrix.nextcloud_version) == false }}
94+
continue-on-error: ${{ contains(fromJson('[28,29,30]'), matrix.nextcloud_version) == false }}
9595

9696
steps:
9797
- name: Create docker tag from git reference

0 commit comments

Comments
 (0)