From af432643db41bfb770798e1f26f580715c286cbd Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 18 Nov 2024 11:18:03 -0600 Subject: [PATCH] ci(#6664): Bump all Nextflow versions to 24.10.1 --- .github/workflows/gpu-tests.yml | 2 +- .github/workflows/nf-test.yml | 2 +- tests/config/nextflow.config | 2 +- tests/config/nf-test.config | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index dfabddf07ca..41b633c9624 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -33,7 +33,7 @@ env: NXF_ANSI_LOG: false NXF_SINGULARITY_CACHEDIR: ${{ github.workspace }}/.singularity NXF_SINGULARITY_LIBRARYDIR: ${{ github.workspace }}/.singularity - NXF_VER: "24.04.4" + NXF_VER: "24.10.1" jobs: nf-test-gpu: diff --git a/.github/workflows/nf-test.yml b/.github/workflows/nf-test.yml index 38ebea1eff9..41b31d638b2 100644 --- a/.github/workflows/nf-test.yml +++ b/.github/workflows/nf-test.yml @@ -30,7 +30,7 @@ env: NXF_ANSI_LOG: false NXF_SINGULARITY_CACHEDIR: ${{ github.workspace }}/.singularity NXF_SINGULARITY_LIBRARYDIR: ${{ github.workspace }}/.singularity - NXF_VER: "24.04.4" + NXF_VER: "24.10.1" jobs: nf-test: diff --git a/tests/config/nextflow.config b/tests/config/nextflow.config index c86fb134d75..f90c24c2bc8 100644 --- a/tests/config/nextflow.config +++ b/tests/config/nextflow.config @@ -43,5 +43,5 @@ conda { createTimeout = "120 min" } includeConfig 'test_data.config' manifest { - nextflowVersion = '!>=23.04.0' + nextflowVersion = '!>=24.10.1' } diff --git a/tests/config/nf-test.config b/tests/config/nf-test.config index 6a534a8f7c7..fa21cb2edd6 100644 --- a/tests/config/nf-test.config +++ b/tests/config/nf-test.config @@ -56,5 +56,5 @@ conda { createTimeout = "120 min" } includeConfig 'test_data.config' manifest { - nextflowVersion = '!>=23.04.0' + nextflowVersion = '!>=24.10.1' }