Skip to content

Commit

Permalink
Configure Composer to allow plugins when cold-installing projects
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Jul 6, 2022
1 parent 1215d8d commit a3f64f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ jobs:
extensions: ${{ matrix.extensions }}
env:
fail-fast: true
- name: "Composer allow-plugins to allow Laravel to actually install"
run: composer config --global allow-plugins true
- name: "Install Laravel quickstart project"
run: "composer create-project laravel/laravel:${{ matrix.laravel-version}} test-app --prefer-dist"
- name: "Add scout-apm-php as a repository"
Expand Down Expand Up @@ -646,6 +648,8 @@ jobs:
extensions: ${{ matrix.extensions }}
env:
fail-fast: true
- name: "Composer allow-plugins to allow Laravel to actually install"
run: composer config --global allow-plugins true
- name: "Install Lumen quickstart project"
run: "composer create-project laravel/lumen:${{ matrix.lumen-version}} test-app --prefer-dist"
- name: "Add scout-apm-php as a repository"
Expand Down

0 comments on commit a3f64f4

Please sign in to comment.