Perl versions
Version updated for https://github.com/perl-actions/perl-versions to version v2.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The perl-versions GitHub Action generates a list of Perl versions within a specified range, defined by the provided since-perl and until-perl parameters, and optionally includes development versions. It automates the process of selecting specific Perl versions for testing, ensuring compatibility across multiple releases. This action is particularly useful for CI workflows that require dynamic version matrices for Perl-based projects.
Release notes
What’s Changed
- fix: Add option to single-out one version in https://github.com/perl-actions/perl-versions/pull/33
- fix: Support multiple targets in https://github.com/perl-actions/perl-versions/pull/34
- feat: support ’latest’ keyword in since-perl and until-perl in https://github.com/perl-actions/perl-versions/pull/25
- docs: document patch-level version truncation in https://github.com/perl-actions/perl-versions/pull/35
Full Changelog: https://github.com/perl-actions/perl-versions/compare/v1.4...v2.0