Skip to content

Commit

Permalink
Merge pull request #100 from kitloong/feature/fix-ci
Browse files Browse the repository at this point in the history
Allow plugin kylekatarnls/update-helper
  • Loading branch information
kitloong authored Jul 7, 2022
2 parents f474212 + c146b8f commit 658c6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:

- name: Install dependencies
run: |
composer config --no-plugins allow-plugins.kylekatarnls/update-helper true
composer require "laravel/framework:${{ matrix.laravel }}" "doctrine/dbal:${{ matrix.dbal }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
Expand Down

0 comments on commit 658c6e5

Please sign in to comment.