Skip to content

Commit cabf5cb

Browse files
committed
fix pipelines
1 parent 220bcf8 commit cabf5cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
laravel: [11.*]
1818
stability: [prefer-lowest, prefer-stable]
1919

20-
2120
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2221

2322
steps:
@@ -38,7 +37,7 @@ jobs:
3837
3938
- name: Install dependencies
4039
run: |
41-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
40+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4241
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4342
4443
- name: List Installed Dependencies

0 commit comments

Comments
 (0)