ci: drop devel Perl builds from testing matrix#45
Closed
toddr-bot wants to merge 1 commit into
Closed
Conversation
Devel (odd-numbered) Perl releases are unstable by design and can introduce spurious CI failures unrelated to this project. Keep the matrix testing all stable releases from 5.10 onward, which matches MIN_PERL_VERSION in Makefile.PL. 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
Drop development (odd-numbered) Perl releases from the CI testing matrix while keeping all stable releases from 5.10 onward.
Why
Devel Perl builds are unstable by design and cause spurious CI failures unrelated to this project.
MIN_PERL_VERSIONinMakefile.PLis already5.010— the matrixsince-perl: 5.10matches that. Previous PR #33 was closed due to an unvetted action author; this PR keeps the trustedperldocker/perl-testercontainers and only changeswith-devel: true→false.How
Single-line change in
.github/workflows/testsuite.yml:with-devel: falsein theperl-actions/perl-versions@v1step.Testing
Full local test suite passes (7 files, 174 tests). CI will validate the matrix change on push.
🤖 Generated with Claude Code
Quality Report
Changes: 1 file changed, 1 insertion(+), 1 deletion(-)
Code scan: clean
Tests: passed (OK)
Branch hygiene: clean
Generated by Kōan post-mission quality pipeline