Migrate CI from Travis to GitHub Actions#332
Merged
kadamwhite merged 2 commits intomainfrom May 1, 2026
Merged
Conversation
…lelint workflows Agent-Logs-Url: https://github.com/humanmade/coding-standards/sessions/6967b2c6-1ecb-4014-b6dc-969a788814c2 Co-authored-by: kadamwhite <442115+kadamwhite@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Migrate Travis configuration to GitHub Actions
Migrate CI from Travis to GitHub Actions
Apr 30, 2026
kadamwhite
approved these changes
May 1, 2026
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.
The repo was running on a legacy Travis CI setup — slow, unreliable, and out of step with the rest of the network. This replaces it with three focused GitHub Actions workflows, each scoped to its own area of the codebase via path filters.
Workflows
test-php.yml— PHP 8.2 & 8.3 matrix; triggers on changes toHM/**,HM-Minimum/**,tests/**,composer.json,phpunit.xml.dist,ruleset.xmltest-eslint.yml— Node 20/22/24 matrix; triggers on changes topackages/eslint-config-humanmade/**test-stylelint.yml— Node 20/22/24 matrix; triggers on changes topackages/stylelint-config/**Security & Pinning
All action dependencies are pinned to full commit SHAs with inline version comments:
All workflows set
permissions: contents: readto enforce least-privilege onGITHUB_TOKEN..travis.ymlis deleted.