Skip to content

Commit

Permalink
add ci NC28
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Feb 7, 2024
1 parent 5813add commit ec8f47c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- 25
- 26
- 27
- 28

steps:
- name: Create docker tag from git reference
Expand Down Expand Up @@ -85,13 +86,14 @@ jobs:
- 25
- 26
- 27
- 28
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,26,27]'), matrix.nextcloud_version) == false }}
continue-on-error: ${{ contains(fromJson('[25,26,27,28]'), matrix.nextcloud_version) == false }}

steps:
- name: Create docker tag from git reference
Expand Down

0 comments on commit ec8f47c

Please sign in to comment.