Skip to content

Commit 0983081

Browse files
committed
try again
1 parent e62a053 commit 0983081

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ jobs:
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 11.*
21-
testbench: 9.*
2221
canvas: 9.*
2322
carbon: ^2.67
2423
- laravel: 10.*
25-
testbench: ^8.11
2624
canvas: ^8.11
2725
carbon: ^2.67
2826
exclude:
@@ -49,7 +47,7 @@ jobs:
4947
5048
- name: Install dependencies
5149
run: |
52-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "orchestra/canvas:${{ matrix.canvas }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
50+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/canvas:${{ matrix.canvas }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
5351
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5452
5553
- name: List Installed Dependencies

0 commit comments

Comments
 (0)