Commit aafdc1c
committed
CI: run PHPStan via shivammathur/setup-php tool, not php-actions/phpstan
php-actions/phpstan@v3 defaults to version=composer and expects phpstan
in the project's dev-deps. We don't pull phpstan in via composer, so the
job errored with 'Trying to use version installed by Composer, but there
is no file at'. Switch to installing phpstan 1.12 via shivammathur/setup-php
tools and invoke it directly with -a vendor/autoload.php so it can resolve
Defuse classes.1 parent 3238c2f commit aafdc1c
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 70 | + | |
0 commit comments