mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Analyse real projects with PHP 8.0
This commit is contained in:
parent
1a59e81808
commit
f6e4fb1263
@ -4,6 +4,9 @@ executors:
|
||||
php-74:
|
||||
docker:
|
||||
- image: thecodingmachine/php:7.4-v4-cli
|
||||
php-80:
|
||||
docker:
|
||||
- image: thecodingmachine/php:8.0-v4-cli
|
||||
jobs:
|
||||
install-and-self-analyse:
|
||||
executor: php-74
|
||||
@ -69,7 +72,7 @@ jobs:
|
||||
paths:
|
||||
- build/psalm.phar
|
||||
test-with-real-projects:
|
||||
executor: php-74
|
||||
executor: php-80
|
||||
steps:
|
||||
- checkout # used here just for the side effect of loading the github public ssh key so we can clone other stuff
|
||||
- attach_workspace:
|
||||
|
Loading…
Reference in New Issue
Block a user