Skip to content

Commit

Permalink
🔧 Attempt to fix composer install in 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Sep 3, 2023
1 parent 7a69ef9 commit f45fb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: make test.composer

- name: Install dependencies
run: composer update --prefer-dist --no-progress --no-suggest ${{ matrix.composer-flag }}
run: composer update --prefer-dist --no-progress --no-suggest --no-plugins ${{ matrix.composer-flag }}

- name: Run PHPUnit tests
run: make test.phpunit
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:


- name: Install dependencies
run: composer update --prefer-dist --no-progress --no-suggest ${{ matrix.composer-flag }}
run: composer update --prefer-dist --no-progress --no-suggest --no-plugins ${{ matrix.composer-flag }}

- name: Run Behat tests
run: make test.behat

0 comments on commit f45fb0e

Please sign in to comment.