Skip to content

Commit f05bf6e

Browse files
committed
ci: ignore platform reqs
1 parent f3447c2 commit f05bf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
timeout_minutes: 5
5050
max_attempts: 5
51-
command: COMPOSER_ROOT_VERSION=dev-master composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
51+
command: COMPOSER_ROOT_VERSION=dev-master composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ignore-platform-reqs
5252

5353
- name: "Run a static analysis with phpstan/phpstan"
5454
run: "vendor/bin/phpstan --error-format=table"

0 commit comments

Comments
 (0)