Skip to content

Commit

Permalink
update composer-install action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario-pierbattista committed Mar 9, 2024
1 parent 0bb5f61 commit 73ed942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: matrix.symfony
run: rm composer.lock && composer require "symfony/symfony:${{ matrix.symfony }}" --no-update
- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
- name: Docker compose wait
run: docker compose up --wait crossbar
- name: Run tests
Expand Down

0 comments on commit 73ed942

Please sign in to comment.