Skip to content

Commit

Permalink
build: Bump Nextflow version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jun 11, 2024
1 parent a6d7354 commit beae896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/config/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ conda { createTimeout = "120 min" }
includeConfig 'test_data.config'

manifest {
nextflowVersion = '!>=23.12.0-edge'
nextflowVersion = '!>=24.04.2'
}
2 changes: 1 addition & 1 deletion tests/config/nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ conda { createTimeout = "120 min" }
includeConfig 'test_data.config'

manifest {
nextflowVersion = '!>=23.12.0-edge'
nextflowVersion = '!>=24.04.2'
}

0 comments on commit beae896

Please sign in to comment.