mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix circleCI builds
This commit is contained in:
parent
07acefd0b6
commit
645e9afba2
@ -11,6 +11,9 @@ executors:
|
|||||||
php-81:
|
php-81:
|
||||||
docker:
|
docker:
|
||||||
- image: thecodingmachine/php:8.1-v4-cli
|
- image: thecodingmachine/php:8.1-v4-cli
|
||||||
|
php-82:
|
||||||
|
docker:
|
||||||
|
- image: thecodingmachine/php:8.2-v4-cli
|
||||||
jobs:
|
jobs:
|
||||||
"Code Style Analysis":
|
"Code Style Analysis":
|
||||||
executor: php-74
|
executor: php-74
|
||||||
@ -67,7 +70,7 @@ jobs:
|
|||||||
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
|
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
|
||||||
resource_class: large
|
resource_class: large
|
||||||
test-with-real-projects:
|
test-with-real-projects:
|
||||||
executor: php-81
|
executor: php-82
|
||||||
steps:
|
steps:
|
||||||
- checkout # used here just for the side effect of loading the github public ssh key so we can clone other stuff
|
- checkout # used here just for the side effect of loading the github public ssh key so we can clone other stuff
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
Loading…
Reference in New Issue
Block a user