Drop PHP 8.1, upgrade Saloon to v4 and Pest to v3#12
Merged
Conversation
PHP 8.1 is EOL — bump minimum to 8.2. Upgrade saloonphp/saloon from v3 to v4 (CVE fix) and pestphp/pest from v2 to v3. Rename test fixtures to use slashes/hyphens instead of dots to comply with Saloon v4's stricter fixture name validation. Bump GitHub Actions checkout to v4. Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Summary
^8.1to^8.2(PHP 8.1 is EOL)^3.0to^4.0(addresses critical CVE, supersedes Chore | Upgrade to Saloon v4 #11)^2.0to^3.0actions/checkoutfrom v3 to v4, drop PHP 8.1 from test matrixTest plan