mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
define php 8 as default for running psalm
This commit is contained in:
parent
acf7fd04b4
commit
be843f686b
@ -6,6 +6,7 @@
|
||||
resolveFromConfigFile="false"
|
||||
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
||||
errorBaseline="../psalm-plugin-laravel/tests/laravel-test-baseline.xml"
|
||||
phpVersion="8.0"
|
||||
>
|
||||
<projectFiles>
|
||||
<directory name="app"/>
|
||||
|
@ -6,6 +6,7 @@
|
||||
resolveFromConfigFile="false"
|
||||
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
||||
errorBaseline="../psalm-plugin-laravel/tests/lumen-test-baseline.xml"
|
||||
phpVersion="8.0"
|
||||
>
|
||||
<projectFiles>
|
||||
<directory name="app"/>
|
||||
|
Loading…
Reference in New Issue
Block a user