laravel / valet

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

PHP 8.3 #1462

Closed itrack closed 9 months ago

itrack commented 9 months ago

Description

Hi, When I try to use PHP 8.3 it doesn't seem to work:

Valet doesn't support PHP version: php@8.3 (try something like 'php@8.1' in stead)

Do you plan to add compatibility?

Thank you, Alex

Steps To Reproduce

valet use php@8.3

Diagnosis

-

driesvints commented 9 months ago

We’d appreciate a pr for this.

github-actions[bot] commented 9 months ago

Thank you for reporting this issue!

As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.

If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.

Thank you!

adrum commented 9 months ago

@itrack What version of Valet are you running? Try running valet -V to grab that. Running brew update and composer global update laravel/valet would be good things to try next before running valet use php@8.3 again.

itrack commented 9 months ago

You right.... Laravel Valet 3.3.2

Screenshot 2023-12-22 at 19 53 57

Now I realized that "composer global upgrade" does not upgrade to the major version :)

Thank you!

itrack commented 9 months ago

I see that there is compatible now. I will close this issue. Thank you again!