Skip to content

Commit

Permalink
check up to nextcloud 29
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Jan 17, 2024
1 parent 62c248b commit 185e980
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 185e980

Please sign in to comment.