Skip to content

Commit

Permalink
PHP 8.3 (#1448)
Browse files Browse the repository at this point in the history
* PHP 8.3

* PHP 8.3 (#1449)

---------

Co-authored-by: Chris Brown <[email protected]>
  • Loading branch information
driesvints and drbyte authored Sep 21, 2023
1 parent cdc8c19 commit 5507867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
1 change: 1 addition & 0 deletions cli/Valet/Brew.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
Expand Down

0 comments on commit 5507867

Please sign in to comment.