Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mechelon committed Mar 13, 2024
1 parent 5ead9b6 commit 5a4ade4
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 @@ -98,7 +98,7 @@ jobs:
- name: Install dependencies
if: matrix.laravel == '11.*' && matrix.php == '8.3'
run: |
composer require "laravel/framework:11.*" "orchestra/testbench:9.*" --no-interaction --no-update
composer require "laravel/framework:11.*" "orchestra/testbench:9.*" --no-interaction --no-update --dev
composer update --prefer-stable --prefer-dist --no-interaction
Expand Down

0 comments on commit 5a4ade4

Please sign in to comment.