mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 01:00:09 +01:00
Require PHP 8.0
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user