ci: add GitHub Actions test workflow#18
Merged
Merged
Conversation
added 7 commits
February 12, 2026 05:43
Adds a test matrix covering PHP 8.2-8.4 with Laravel 10, 11, and 12. Excludes PHP 8.4 + Laravel 10 (unsupported by Testbench 8.x).
- Add orchestra/testbench ^10.0.0 to composer.json for Laravel 12 - Pair each Laravel version with its matching Testbench in CI matrix (10↔8, 11↔9, 12↔10)
- Allow pestphp/pest, pest-plugin-arch, pest-plugin-laravel v3 alongside v2 so Laravel 12 (which needs Pest 3.x ecosystem) can resolve - Use --dev flag for orchestra/testbench require to keep it in require-dev
…tan 2.x Larastan 3.x (needed for Laravel 12) requires PHPStan 2.x, which in turn needs phpstan-phpunit ^2.0 and phpstan-deprecation-rules ^2.0.
…utes
Laravel 12 auto-registers a storage/{path} route, so assert that our
specific routes exist rather than hardcoding an exact route count.
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.
Summary
mainFollow-up
mainto require status checks to pass