Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Oct 6, 2023
1 parent 04a5845 commit 64829bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
- run: composer require laravel/framework:"${{ matrix.laravel }}" --no-update --no-interaction
- run: composer require laravel/framework:"${{ matrix.laravel }}" orchestra/testbench:"${{ matrix.testbench }}" --no-update --no-interaction
- uses: ramsey/composer-install@v2
with:
composer-options: ${{ matrix.composer }}
Expand Down

0 comments on commit 64829bc

Please sign in to comment.