1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

Add support for PHP 8.5

This commit is contained in:
Ngô Quốc Đạt
2025-07-10 16:35:43 +07:00
committed by GitHub
parent 6fcf62efa2
commit 8670d26c9c
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ class Brew
// This is the array of PHP versions that Valet will attempt to install/configure when requested
const SUPPORTED_PHP_VERSIONS = [
'php',
'php@8.4',
'php@8.5',
'ea',
'php@8.3',
'php@8.2',
'php@8.1',