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 9be5111 commit 5ead9b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ jobs:
- name: Install dependencies
if: matrix.laravel == '11.*' && matrix.php == '8.3'
run: composer update --prefer-stable --prefer-dist --no-interaction
run: |
composer require "laravel/framework:11.*" "orchestra/testbench:9.*" --no-interaction --no-update
composer update --prefer-stable --prefer-dist --no-interaction
- name: Execute tests
Expand Down

0 comments on commit 5ead9b6

Please sign in to comment.