Commit 20a38ae0 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Updated CI to min versions

parent 09411024
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ jobs:
    strategy:
      matrix:
        # Nextflow versions: check pipeline minimum and current latest
        nxf_ver: ['21.04.3', '']
        nxf_ver: ['21.10.3', '']
    steps:
      - name: Check out pipeline code
        uses: actions/checkout@v2
@@ -64,7 +64,7 @@ jobs:
    strategy:
      matrix:
        # Nextflow versions: check pipeline minimum and current latest
        nxf_ver: ['21.04.3', '']
        nxf_ver: ['21.10.3', '']
    steps:
      - name: Check out pipeline code
        uses: actions/checkout@v2
@@ -140,7 +140,7 @@ jobs:
    strategy:
      fail-fast: false
      matrix:
        nxf_version: ['21.04.3', '']
        nxf_version: ['21.10.3', '']
        tags: ["samplesheet", "verify_output_input", "verify_output_align_short", "verify_output_align_long", "verify_output_peak_calling", "verify_output_reporting", "verify_output_save", "verify_output_skip"]
    steps:
      - uses: actions/checkout@v2