mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
Set Brew PHP latest version to 8.1
This commit is contained in:
@@ -23,7 +23,7 @@ class Brew
|
||||
'php56'
|
||||
];
|
||||
|
||||
const LATEST_PHP_VERSION = 'php@8.0';
|
||||
const LATEST_PHP_VERSION = 'php@8.1';
|
||||
|
||||
var $cli, $files;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user