Skip to content

Commit

Permalink
feat: Made OpenId and Jwt bundle use symfony/http-client instead of g…
Browse files Browse the repository at this point in the history
…uzzle
  • Loading branch information
roadiz-ci committed Jul 13, 2024
1 parent 35cd34c commit d49493f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
restore-keys: |
${{ runner.os }}-php-${{ matrix.php-version }}-
- name: Install Dependencies
run: composer install --no-scripts --no-ansi --no-interaction --no-progress
run: composer install --no-ansi --no-interaction --no-progress
- name: Run PHP Code Sniffer
run: vendor/bin/phpcs -p ./src
- name: Run PHPStan
Expand Down

0 comments on commit d49493f

Please sign in to comment.