Skip to content

Commit

Permalink
Merge pull request #1507 from mischabraam/patch-1
Browse files Browse the repository at this point in the history
Change latest php version to 8.4
  • Loading branch information
mattstauffer authored Dec 20, 2024
2 parents ff4b767 + ff82b3e commit bcf78f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Valet/Brew.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Brew

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

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

0 comments on commit bcf78f5

Please sign in to comment.