Skip to content

ci: drop devel Perl builds from testing matrix#45

Closed
toddr-bot wants to merge 1 commit into
mainfrom
koan.toddr.bot/bump-min-perl-5.10-ci-matrix
Closed

ci: drop devel Perl builds from testing matrix#45
toddr-bot wants to merge 1 commit into
mainfrom
koan.toddr.bot/bump-min-perl-5.10-ci-matrix

Conversation

@toddr-bot

@toddr-bot toddr-bot commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

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_VERSION in Makefile.PL is already 5.010 — the matrix since-perl: 5.10 matches that. Previous PR #33 was closed due to an unvetted action author; this PR keeps the trusted perldocker/perl-tester containers and only changes with-devel: truefalse.

How

Single-line change in .github/workflows/testsuite.yml: with-devel: false in the perl-actions/perl-versions@v1 step.

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

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>
@toddr toddr closed this Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants