Skip to content

Commit 36a1abc

Browse files
authored
Merge pull request #1526 from datlechin/feat/php8.5
feat: add support for PHP 8.5
2 parents 6fcf62e + 1008c92 commit 36a1abc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ 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+
1415
1516
1617

0 commit comments

Comments
 (0)