Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
perl: ["5.26.3", "5.34.1"]
perl: ["5.34.1", "5.38.2"]

services:
mysql:
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ LIST OF CHANGES
- Added st::api::lims driver for Ultimagen data.
- Added a generic samplesheet generator npg_samplesheet_generator. The script
can generate samplesheets for Illumina, Elembio and Ultimagen runs.
- Update matrix of CI perl versions, remove 5.26.3 and add 5.38.2

release 106.2.0 (2026-03-13)
- Simplified the implementation of email notifications for run-related
Expand Down