diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index 9c7e02483b3..bc492ea018b 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 96e35e21dc2..ddafd8c4aad 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: # TODO 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' }