diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3f82dffdb..47540d84e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }} diff --git a/cli/Valet/Brew.php b/cli/Valet/Brew.php index d7e510955..121a13935 100644 --- a/cli/Valet/Brew.php +++ b/cli/Valet/Brew.php @@ -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',