algolia / scout-extended

Scout Extended: The Full Power of Algolia in Laravel
https://www.algolia.com/doc/framework-integration/laravel/getting-started/introduction-to-scout-extended/
MIT License
393 stars 85 forks source link

Run tests on PHP 8.3 #327

Open jnoordsij opened 8 months ago

jnoordsij commented 8 months ago
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.

jnoordsij commented 8 months ago

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.

jnoordsij commented 3 months ago

Rebased onto master (to also test L11 on PHP 8.3)