1
0
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:
Matthew Brown 2021-05-13 09:34:32 -04:00 committed by GitHub
parent 1a59e81808
commit f6e4fb1263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: