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 220bcf8 commit cabf5cbCopy full SHA for cabf5cb
.github/workflows/run-tests.yml
@@ -17,7 +17,6 @@ jobs:
17
laravel: [11.*]
18
stability: [prefer-lowest, prefer-stable]
19
20
-
21
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
22
23
steps:
@@ -38,7 +37,7 @@ jobs:
38
37
39
- name: Install dependencies
40
run: |
41
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
42
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
43
44
- name: List Installed Dependencies
0 commit comments