Skip to content

Commit cfc7b8a

Browse files
committed
update run tests yml
1 parent 52daf63 commit cfc7b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
testbench: 9.*
2828
carbon: '*'
2929
- laravel: 12.*
30-
testbench: 10.*
30+
testbench: 9.*
3131
carbon: '*'
3232
exclude:
3333
- laravel: 11.*
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install dependencies
5757
run: |
5858
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
59-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
59+
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --with-all-dependencies
6060
6161
- name: List Installed Dependencies
6262
run: composer show -D

0 commit comments

Comments
 (0)