laravel / valet

A more enjoyable local development experience for Mac.
https://laravel.com/docs/valet
MIT License
2.49k stars 691 forks source link

PHP 8.3 #1448

Closed driesvints closed 9 months ago

driesvints commented 9 months ago
driesvints commented 9 months ago

@drbyte @mattstauffer might need your help here a bit at fixing the build for PHP 8.3

drbyte commented 9 months ago

@driesvints I think if you add 'php@8.3' between 'php' and 'php@8.2' in the top of Brew.php in the SUPPORTED_PHP_VERSIONS array it should be good.

After 8.3 is officially released we can then also update the LATEST_PHP_VERSION constant a few lines below, but I wouldn't do that right now.