We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52daf63 commit cfc7b8aCopy full SHA for cfc7b8a
.github/workflows/run-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
testbench: 9.*
28
carbon: '*'
29
- laravel: 12.*
30
- testbench: 10.*
+ testbench: 9.*
31
32
exclude:
33
- laravel: 11.*
@@ -56,7 +56,7 @@ jobs:
56
- name: Install dependencies
57
run: |
58
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
+ composer update --${{ matrix.stability }} --prefer-dist --no-interaction --with-all-dependencies
60
61
- name: List Installed Dependencies
62
run: composer show -D
0 commit comments