From 44c8bd6f9b7838c410cb00e1f4f923902bf4e79b Mon Sep 17 00:00:00 2001 From: DLBPointon Date: Mon, 18 Nov 2024 12:40:57 +0000 Subject: [PATCH] Update min nextflow version to test on --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f200381..9dd83228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: NXF_VER: - - "23.04.0" + - "24.04.0" - "latest-everything" steps: - name: Get branch names