Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
make sure composer use v1 to prevent incompatible package error from wikimedia/composer-merge-plugin
  • Loading branch information
exiang authored Oct 26, 2020
1 parent 1a7da67 commit 42394ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
ini-values: post_max_size=48M, short_open_tag=On, output_buffering=20480
tools: phpunit

- name: Make sure composer at v1
working-directory: ./protected
run: composer self-update --1

- name: Install composer dependencies
working-directory: ./protected
run: composer install --prefer-dist --no-progress --no-suggest
Expand Down

0 comments on commit 42394ea

Please sign in to comment.