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 8d31c31 commit a6ab8bfCopy full SHA for a6ab8bf
.github/workflows/run-tests.yml
@@ -13,8 +13,7 @@ jobs:
13
laravel: [10.*]
14
stability: [prefer-lowest, prefer-stable]
15
include:
16
- - laravel: ^v10.19
17
- testbench: ^v8.8
+ - laravel: 10.*
18
19
name: PHP${{ matrix.php }} Laravel${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
20
@@ -36,7 +35,7 @@ jobs:
36
35
37
- name: Install dependencies
38
run: |
39
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
40
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
41
42
- name: Execute tests
0 commit comments