From 1fc4aa260d4ca71e97315e8f93d7eae213900420 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 22 Mar 2021 17:57:59 -0500 Subject: [PATCH] ci: Add 21.03.0 version to matrix (#317) --- .github/workflows/pytest-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index ceec03b0..6827640d 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - nxf_version: ['20.11.0-edge'] + nxf_version: ['20.11.0-edge', '21.03.0-edge'] tags: ['${{ fromJson(needs.changes.outputs.modules) }}'] profile: ['docker', 'singularity', 'conda'] env: