Follow the procedure in blue:
➜ project git:(master) php -v PHP 7.4.33 (cli) (built: Jul 13 2023 17:41:11) ( NTS ) ... ➜ project git:(master) brew unlink php@8.1 && brew link --force php@8.1 Unlinking /opt/homebrew/Cellar/php@8.1/8.1.21... 40 symlinks removed. Unlinking /opt/homebrew/Cellar/php@7.4/7.4.33_4... 259 symlinks removed. Linking /opt/homebrew/Cellar/php@8.1/8.1.21... 239 symlinks created. If you need to have this software first in your PATH instead consider running: echo 'export PATH="/opt/homebrew/opt/php@8.1/bin:$PATH"' >> ~/.zshrc echo 'export PATH="/opt/homebrew/opt/php@8.1/sbin:$PATH"' >> ~/.zshrc ➜ project git:(master) php -v PHP 8.1.21 (cli) (built: Jul 6 2023 16:08:36) (NTS) ...
If you have Laravel Valet, also do this:
➜ project git:(master) cd ~/Code ➜ project git:(master) valet install