We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfebb54 + 8397b18 commit 43cd26bCopy full SHA for 43cd26b
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
run: composer global require friendsofphp/php-cs-fixer --prefer-dist --no-progress
35
36
- name: Running Pslam
37
- run: vendor/bin/psalm -c $GITHUB_WORKSPACE/psalm.xml
+ run: vendor/bin/psalm -c $GITHUB_WORKSPACE/psalm.xml --php-version=8.0
38
39
- name: Running php-cs-fixer
40
run: $HOME/.composer/vendor/bin/php-cs-fixer fix --config $GITHUB_WORKSPACE/.php-cs-fixer.dist.php --diff --dry-run
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Install Global Dependencies
75
run: |
76
- composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-main
+ composer global require --no-progress --no-scripts --no-plugins symfony/flex >=1.x
77
78
- name: "Composer install"
79
uses: "ramsey/composer-install@v1"
0 commit comments