Skip to content

Commit 8670d26

Browse files
authored
Add support for PHP 8.5
1 parent 6fcf62e commit 8670d26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: ['8.0', 8.1, 8.2, 8.3, 8.4]
19+
php: ['8.0', 8.1, 8.2, 8.3, 8.4, 8.5]
2020

2121
name: PHP ${{ matrix.php }}
2222

cli/Valet/Brew.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ class Brew
1111
// This is the array of PHP versions that Valet will attempt to install/configure when requested
1212
const SUPPORTED_PHP_VERSIONS = [
1313
'php',
14-
14+
15+
'ea',
1516
1617
1718

0 commit comments

Comments
 (0)