Skip to content

Commit 49a085d

Browse files
committed
Ignore ext-opentelemetry platform req for host PHP jobs
1 parent 5e3a863 commit 49a085d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
restore-keys: composer-
4444

4545
- name: Install dependencies
46-
run: composer install --prefer-dist --no-progress --no-interaction
46+
run: composer install --prefer-dist --no-progress --no-interaction --ignore-platform-req=ext-opentelemetry
4747

4848
- name: PHPStan
4949
run: composer check
@@ -71,7 +71,7 @@ jobs:
7171
restore-keys: composer-
7272

7373
- name: Install dependencies
74-
run: composer install --prefer-dist --no-progress --no-interaction
74+
run: composer install --prefer-dist --no-progress --no-interaction --ignore-platform-req=ext-opentelemetry
7575

7676
- name: Run unit tests
7777
run: vendor/bin/phpunit --configuration phpunit.xml --testsuite unit

0 commit comments

Comments
 (0)