mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 08:10:07 +01:00
Add support for PHP 8.5
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: ['8.0', 8.1, 8.2, 8.3, 8.4]
|
||||
php: ['8.0', 8.1, 8.2, 8.3, 8.4, 8.5]
|
||||
|
||||
name: PHP ${{ matrix.php }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user