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.
1 parent f3447c2 commit f05bf6eCopy full SHA for f05bf6e
.github/workflows/static-analysis.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
timeout_minutes: 5
50
max_attempts: 5
51
- command: COMPOSER_ROOT_VERSION=dev-master composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
+ command: COMPOSER_ROOT_VERSION=dev-master composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ignore-platform-reqs
52
53
- name: "Run a static analysis with phpstan/phpstan"
54
run: "vendor/bin/phpstan --error-format=table"
0 commit comments