Skip to content

Commit

Permalink
[update] Attempt #1 at fixing github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tben committed Feb 10, 2023
1 parent cabe063 commit da67410
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
coverage: none
tools: composer:v2

- name: Skip ci error
run: |
composer config --no-plugins allow-plugins.php-http/discovery true
- name: Install dependencies
run: |
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress
Expand Down

0 comments on commit da67410

Please sign in to comment.