Skip to content

Commit dc6a526

Browse files
authored
Update default Nextflow version to 26.04
1 parent 909fd63 commit dc6a526

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/example.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ on:
1212
nextflow_version:
1313
description: "Nextflow version to test"
1414
required: false
15-
default: "25.10"
15+
default: "26.04"
1616
type: choice
1717
options:
1818
- "25.10"
19+
- "26.04"
1920
java_version:
2021
description: "Java version to use"
2122
required: false

0 commit comments

Comments
 (0)