This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Add Laravel 12 Support #142
Merged
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.
This pull request includes updates to the testing matrix in the GitHub Actions workflow and several modifications to the
composer.jsonfile to support the latest versions of PHP and Laravel. The most important changes include expanding the test matrix, updating dependencies, and reorganizing thecomposer.jsonfile.Updates to testing matrix:
.github/workflows/run-tests.yml: Added PHP 8.4 and Laravel 12.* to the testing matrix, and excluded Laravel 12.* with PHP 8.1.Modifications to
composer.json:composer.json: Updatedilluminate/contracts,orchestra/testbench, andphpunit/phpunitdependencies to include support for Laravel 12.* and PHP 8.4.composer.json: Reorganized the file to moveminimum-stabilityandprefer-stablesettings, and re-added thescriptssection with commands for testing and code analysis. [1] [2]