ci: bump perl-actions/install-with-cpm from v1 to v2#133
Draft
Koan-Bot wants to merge 2 commits into
Draft
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
atoomic
approved these changes
Apr 29, 2026
cpm requires Perl 5.24+ to run, so install-with-cpm@v2 still fails on Docker-based Perl 5.8-5.22 jobs. Switch the linux matrix to cpanm, which is already available in perldocker images and works on all Perl versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bump
perl-actions/install-with-cpmfrom v1 to v2 across all CI jobs.Why
v2 is the current major version of the action. Staying on v1 means missing
bug fixes and improvements, and v1 will eventually stop receiving updates.
How
Straightforward version bump in
.github/workflows/test.yml— all 5 jobsthat use the action (
ubuntu-latest,ubuntu-latest-user,linux,distro-matrix,macos-latest) are updated.Testing
CI will validate itself on this PR.
🤖 Generated with Claude Code
Quality Report
Changes: 1 file changed, 5 insertions(+), 5 deletions(-)
Code scan: clean
Tests: passed (OK)
Branch hygiene: clean
Generated by Kōan post-mission quality pipeline