1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Update phar-build to large resource class in config.yml

This commit is contained in:
Bruce Weirdan 2023-03-06 05:36:02 -04:00
parent 3a0adabf06
commit 85bb112f8e

View File

@ -62,6 +62,8 @@ jobs:
root: /home/docker/project/ root: /home/docker/project/
paths: paths:
- build/psalm.phar - build/psalm.phar
# 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
test-with-real-projects: test-with-real-projects:
executor: php-81 executor: php-81
steps: steps: