Skip to content

Commit 8dfe6ab

Browse files
committed
chore: Update minimum version to 25.10 and drop minimum support for 25.04
1 parent dc6a526 commit 8dfe6ab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
java_version: [17, 21]
23-
nextflow_version: ["25.04", "25.10"]
23+
nextflow_version: ["25.10", "26.04"]
2424

2525
steps:
2626
- name: Environment

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thank you for your interest in contributing to nf-slack! This document provides
88

99
- Java 11 or higher
1010
- Gradle (wrapper included)
11-
- Nextflow 25.04.0 or higher
11+
- Nextflow 25.10.0 or higher
1212
- A Slack workspace with admin access for testing
1313

1414
### Development Setup

docs/getting-started/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Get Slack notifications working with your Nextflow pipeline in minutes.
44

55
## Prerequisites
66

7-
- Nextflow v25.04.0 or later
7+
- Nextflow v25.10.0 or later
88
- A Slack workspace where you have permission to add apps
99

1010
## 1. Create a Slack App

0 commit comments

Comments
 (0)