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 5e3a863 commit 49a085dCopy full SHA for 49a085d
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
restore-keys: composer-
44
45
- name: Install dependencies
46
- run: composer install --prefer-dist --no-progress --no-interaction
+ run: composer install --prefer-dist --no-progress --no-interaction --ignore-platform-req=ext-opentelemetry
47
48
- name: PHPStan
49
run: composer check
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
- name: Run unit tests
77
run: vendor/bin/phpunit --configuration phpunit.xml --testsuite unit
0 commit comments