mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
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:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user