1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

PHP 8.2 support (#1279)

* PHP 8.2 support

* wip

* Apply fixes from StyleCI

* wip

* wip

* wip

* Update tests.yml

Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
Dries Vints
2022-09-08 13:37:17 +02:00
committed by GitHub
parent bc56e30185
commit d0d42acff7
5 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertDeprecationsToExceptions="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"