I try to change PHP version used by valet, so I execute following command:
valet use php@7.4
Valet return a success message: Valet is now using php@7.4.
But if I use phpinfo() on a .test website, I see that php is in 7.3.
I've changed the php version several times this way, it always worked. I don't understand what's wrong now...