1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00
* PHP 8.3

* PHP 8.3 (#1449)

---------

Co-authored-by: Chris Brown <code@drbyte.dev>
This commit is contained in:
Dries Vints
2023-09-21 21:30:35 +02:00
committed by GitHub
parent cdc8c19eff
commit 55078675f4
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.0', 8.1, 8.2]
php: ['8.0', 8.1, 8.2, 8.3]
name: PHP ${{ matrix.php }}

View File

@@ -11,6 +11,7 @@ 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.3',
'php@8.2',
'php@8.1',
'php@8.0',