Skip to content

Commit bcf78f5

Browse files
authored
Merge pull request #1507 from mischabraam/patch-1
Change latest php version to 8.4
2 parents ff4b767 + ff82b3e commit bcf78f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Valet/Brew.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Brew
2424

2525
// Update this LATEST and the following LIMITED array when PHP versions are released or retired
2626
// We specify a numbered version here even though Homebrew links its generic 'php' alias to it
27-
const LATEST_PHP_VERSION = 'php@8.2';
27+
const LATEST_PHP_VERSION = 'php@8.4';
2828

2929
// These are the PHP versions that should be installed via the shivammathur/php tap because
3030
// Homebrew officially no longer bottles them or they're marked disabled in their formula

0 commit comments

Comments
 (0)