1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 09:10:03 +01:00

Require PHP 8.0

This commit is contained in:
Matt Stauffer
2022-12-18 15:19:04 -06:00
parent fbf2acbf13
commit 3c3dc8225f
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -1,5 +1,6 @@
# Upgrading to v4 # Upgrading to v4
- Only works on PHP 8.0+
- Update custom drivers and SampleValetDriver: - Update custom drivers and SampleValetDriver:
- Match the new type hints of the base ValetDriver - Match the new type hints of the base ValetDriver
- Extend the new namespaced drivers instead of the old globally-namespaced drivers - Extend the new namespaced drivers instead of the old globally-namespaced drivers