Skip to content

Commit a6ab8bf

Browse files
author
Robert Kummer
committed
improved dependencies
1 parent 8d31c31 commit a6ab8bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
laravel: [10.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
16-
- laravel: ^v10.19
17-
testbench: ^v8.8
16+
- laravel: 10.*
1817

1918
name: PHP${{ matrix.php }} Laravel${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2019

@@ -36,7 +35,7 @@ jobs:
3635
3736
- name: Install dependencies
3837
run: |
39-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
38+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4039
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4140
4241
- name: Execute tests

0 commit comments

Comments
 (0)