We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff4b767 + ff82b3e commit bcf78f5Copy full SHA for bcf78f5
cli/Valet/Brew.php
@@ -24,7 +24,7 @@ class Brew
24
25
// Update this LATEST and the following LIMITED array when PHP versions are released or retired
26
// We specify a numbered version here even though Homebrew links its generic 'php' alias to it
27
- const LATEST_PHP_VERSION = 'php@8.2';
+ const LATEST_PHP_VERSION = 'php@8.4';
28
29
// These are the PHP versions that should be installed via the shivammathur/php tap because
30
// Homebrew officially no longer bottles them or they're marked disabled in their formula
0 commit comments