Skip to content

Commit

Permalink
Add php-http/discovery in allow-plugins (apigee#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
phdhiren authored Feb 15, 2023
1 parent 3b40cd4 commit 05ba6bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('./composer.json') }}

- name: Install dependencies
run: COMPOSER_PROCESS_TIMEOUT=0 composer install --dev --no-suggest --no-interaction
run: |
composer config --no-plugins allow-plugins.php-http/discovery true
COMPOSER_PROCESS_TIMEOUT=0 composer install --dev --no-suggest --no-interaction
- name: Install Guzzle
run: composer require guzzlehttp/guzzle:^6.3.0 ${{ matrix.dependencies-preference }} --no-progress;
Expand Down

0 comments on commit 05ba6bd

Please sign in to comment.