laravel / valet

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

PHP 8.3 #1448

Closed driesvints closed 1 year ago

driesvints commented 1 year ago
driesvints commented 1 year ago

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

drbyte commented 1 year 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.