Skip to content

Commit 4c5ec10

Browse files
committed
add tmate and only run on 31
1 parent 745126e commit 4c5ec10

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ 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-
- 29
38-
- 30
3937
- 31
4038

4139
steps:
@@ -82,16 +80,14 @@ jobs:
8280
fail-fast: false
8381
matrix:
8482
nextcloud_version:
85-
- 29
86-
- 30
8783
- 31
8884
test:
8985
- 'solidtestsuite/solid-crud-tests:v7.0.5'
9086
- 'solidtestsuite/web-access-control-tests:v7.1.0'
9187
- 'solidtestsuite/webid-provider-tests:v2.1.1'
9288

9389
# 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 }}
90+
continue-on-error: ${{ contains(fromJson('[31]'), matrix.nextcloud_version) == false }}
9591

9692
steps:
9793
- name: Create docker tag from git reference

0 commit comments

Comments
 (0)