ci: add GitHub Actions CI workflow#6
Merged
Conversation
Multi-platform CI testing across Linux (Perl version matrix from 5.10+ including devel), macOS, and Windows. Uses perldocker/perl-tester containers for Linux, system Perl on macOS, and Strawberry Perl on Windows. Dependencies managed via .github/cpanfile. Modeled after cpan-authors/TimeDate CI workflow. 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
Add a modern CI workflow using GitHub Actions, covering Linux (Perl version matrix), macOS, and Windows.
Why
The project had no CI at all. This brings automated testing on every push and PR, catching regressions across platforms and Perl versions (5.10+ through devel).
How
perl-actions/perl-versions@v2(since 5.10, with devel),perldocker/perl-testercontainers, deps installed via cpm from.github/cpanfile.github/cpanfiledeclares all runtime + test deps (mirrors Makefile.PL)Testing
YAML validated. Workflow will run on this PR push — check the Actions tab.
🤖 Generated with Claude Code
Quality Report
Changes: 2 files changed, 118 insertions(+)
Code scan: clean
Tests: skipped
Branch hygiene: clean
Generated by Kōan post-mission quality pipeline