Commit 91c5f55
authored
Update default Nextflow version to 26.04 (#72)
This pull request updates the minimum required Nextflow version across
documentation and CI workflows to ensure consistency and support for
newer features. The changes also update the default and available
Nextflow versions in workflow configuration files.
**CI and workflow configuration updates:**
* Updated the Nextflow version matrix in `.github/workflows/ci.yml` to
test against versions `25.10` and `26.04`, removing `25.04` from the
matrix.
* Changed the default Nextflow version in
`.github/workflows/example.yml` to `26.04` and added `26.04` to the list
of selectable options.
**Documentation updates:**
* Updated the minimum required Nextflow version in
`docs/CONTRIBUTING.md` and `docs/getting-started/setup.md` from
`25.04.0` to `25.10.0` to reflect the new baseline.
[[1]](diffhunk://#diff-4c6b93aa75d5affde60dc3849606c9acd75ed444d52e99f3055fc0c7aa77e9e0L11-R11)
[[2]](diffhunk://#diff-527a8429a3b62b0c31ddad5438ca3255b640005ee4ed9566ac8727fe58205a2bL7-R7)1 parent 5d59206 commit 91c5f55
7 files changed
Lines changed: 12 additions & 7 deletions
File tree
- .github/workflows
- docs
- getting-started
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments