File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 17
17
matrix :
18
18
os : [ubuntu-latest, windows-latest]
19
19
php : [8.3, 8.2, 8.1]
20
- laravel : ['10.*', '9 .*']
21
- stability : [prefer-stable]
20
+ laravel : ['9.*', ' 10.*', '11 .*']
21
+ dependency-version : [prefer-stable]
22
22
include :
23
23
- laravel : 9.*
24
24
testbench : 7.*
30
30
- laravel : 11.*
31
31
php : 8.1
32
32
33
-
34
- name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
33
+ name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
35
34
36
35
steps :
37
36
- name : Checkout code
52
51
- name : Install dependencies
53
52
run : |
54
53
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
55
- composer update --${{ matrix.stability }} --prefer-dist --no-interaction --dev
54
+ composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
56
55
57
56
- name : Execute tests
58
- run : vendor/bin/phpunit
57
+ run : composer run-script test
You can’t perform that action at this time.
0 commit comments