scout-extended
scout-extended copied to clipboard
Run tests on PHP 8.3
| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Related Issue | N/A |
| Need Doc update | no |
Describe your change
Run CI tests on PHP 8.3 (for Laravel 10, as Laravel 9 will probably not officially support it).
What problem is this fixing?
Ensures tests are run on the most recent (upcoming) PHP release.
Note: this requires an upstream release of a PHP 8.3 variant of the cimg/php image, which according to the release policy will not be available until the stable release.
Rebased onto master (to also test L11 on PHP 8.3)