Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse authored Oct 4, 2024
1 parent 0f4c1ed commit 89d1b07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
strategy:
fail-fast: false
matrix:
# BUG: "latest-everything" https://github.com/nf-core/sarek/issues/1672
NXF_VER: ["23.04.0"] # TODO Test minimum version on release
NXF_VER:
- "23.04.0"
- "latest-everything"
filter: ["pipeline", "workflow", "process", "function"]
profile: ["docker"]
shard: [1, 2, 3, 4, 5]
Expand Down

0 comments on commit 89d1b07

Please sign in to comment.