Skip to content

Commit

Permalink
Update min Nextflow version to 22.10.1; execution stopped if Nextflow…
Browse files Browse the repository at this point in the history
… is not at least this version
  • Loading branch information
peterk87 committed Jul 12, 2023
1 parent fea8634 commit 6b2b946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
# Nextflow versions: check pipeline minimum and current latest
nxf_ver: ['21.10.6', '23.04.1']
nxf_ver: ['22.10.1', '23.04.1']
steps:
- name: Check out pipeline code
uses: actions/checkout@v2
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
strategy:
matrix:
# Nextflow versions: check pipeline minimum and current latest
nxf_ver: ['21.10.6', '23.04.1']
nxf_ver: ['22.10.1', '23.04.1']
steps:
- name: Check out pipeline code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ manifest {
homePage = 'https://github.com/CFIA-NCFAD/nf-flu'
author = 'Peter Kruczkiewicz, Hai Nguyen'
version = '3.2.1'
nextflowVersion = '>=21.10'
nextflowVersion = '!>=22.10.1'
mainScript = 'main.nf'
doi = '10.5281/zenodo.7011213'
}
Expand Down

0 comments on commit 6b2b946

Please sign in to comment.