diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d61fd06..9cb71d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: NXF_VER: - "23.04.0" - "24.10.3" - - "latest-everything" + - "25.10.4" steps: - name: Check out pipeline code uses: actions/checkout@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef0512..63e2ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### `Updated` + +- Set nextflow version 25.10.4 to replace 'latest-everything' to confirm compatibility with next IRIDA-Next nextflow version in `.github/workflows` for nf-test. [PR #35](https://github.com/phac-nml/fetchdatairidanext/pull/35) + ## [1.3.4] - 2026-03-09 - Added `software_versions.yml` to the `iridanext.output.json.gz` file to track module container updates. [PR #33](https://github.com/phac-nml/fetchdatairidanext/pull/33)