Add Laravel 13 and PHP 8.4 support#12
Merged
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…h test_ prefix PHPUnit 11 removed the @test annotation, so test methods without a "test" prefix were not discovered, causing a "no tests found" exit code 2 failure. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
testbench 6 (Laravel 8) only supports PHP 7.4-8.0; testbench 7 (Laravel 9) only supports PHP 8.0-8.1. Added the missing upper-bound excludes so composer does not fail trying to install an incompatible testbench version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
PHP 7.4 (EOL Nov 2022) and PHP 8.0 (EOL Nov 2023) are no longer supported by transitive dependencies. Laravel 8 has no valid PHP versions left after removing those, so it is dropped too. Matrix now covers PHP 8.1-8.4 against Laravel 9-13 with correct per-version exclusions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Laravel 9 reached EOL in January 2024. PHP 8.1 (its only remaining valid version after dropping 8.0) reached EOL in November 2024, and transitive dependencies no longer support it for that combination. Matrix now covers Laravel 10-13 against PHP 8.1-8.4. Co-Authored-By: Claude Sonnet 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.
Summary
illuminate/support: ^13.0to support Laravel 13orchestra/testbench: ^11.0(testbench 11 maps to Laravel 13)actions/checkoutfrom v2 → v4Release
This is a minor release (
v3.1.0) — the change is purely additive; existing users on Laravel 8–12 are unaffected.Test plan
🤖 Generated with Claude Code