Update CI and tooling to current best practices#21
Merged
aarondfrancis merged 8 commits intomainfrom Nov 27, 2025
Merged
Conversation
- Add PHP 8.4 to test matrix - Remove unused MySQL service from tests workflow - Add laravel/pint as dev dependency - Update style workflow to use local pint instead of global install - Rename test suite from placeholder "TBD" to "Airdrop" - Remove legacy test script (referenced Laravel 7/8) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
- Update orchestra/testbench minimum to ^8.21 (fixes $latestResponse property issue) - Update phpunit/phpunit to ^10.5|^11.0 (drop legacy PHPUnit 8/9 support) - Update mockery/mockery minimum to ^1.6 The older testbench versions (8.0-8.20) don't have the $latestResponse static property that PHPUnit 10 expects, causing test failures on prefer-lowest builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Version 9.1.4 made the $latestResponse static property optional, which is required for PHPUnit 10 compatibility on prefer-lowest builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
File was already in git before being added to .gitignore. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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.
No description provided.