Skip to content

Commit

Permalink
Fix composer require.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Oct 3, 2024
1 parent ff3ce64 commit 7deb685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: test
run: |
docker compose up -d
docker compose exec -T php require consolidation/robo:~${{ matrix.ROBO_VERSION }}
docker compose exec -T php composer require consolidation/robo:~${{ matrix.ROBO_VERSION }}
docker compose exec -T php phpunit

0 comments on commit 7deb685

Please sign in to comment.