Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 18, 2024
1 parent 98eed31 commit 5fc3c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
run: |
composer require --no-update \
illuminate/http:^${{ matrix.illuminate }} \
illuminate/support:^${{ matrix.illuminate }} \
composer require --no-update --dev \
illuminate/support:^${{ matrix.illuminate }}
composer require --no-update --dev \
orchestra/testbench:^${{ matrix.testbench }}
composer update
Expand Down

0 comments on commit 5fc3c12

Please sign in to comment.