phpstan: use PHP 8.0 as primary version

I'm using 8.0 for local development now, so having the phpstan configs targeted at 7.4 by default makes things inconvenient.
This commit is contained in:
Dylan K. Taylor
2021-07-26 14:34:47 +01:00
parent 3bbd088a09
commit 01fe497c49
15 changed files with 213 additions and 271 deletions

View File

@ -38,10 +38,10 @@ jobs:
matrix:
include:
- php: 8.0.7
config: phpstan.php8.neon
config: phpstan.neon.dist
image: ubuntu-20.04
- php: 7.4.20
config: phpstan.neon.dist
config: phpstan.php7.neon
image: ubuntu-20.04
steps: