File tree 2 files changed +4
-22
lines changed
2 files changed +4
-22
lines changed Original file line number Diff line number Diff line change @@ -10,30 +10,12 @@ jobs:
10
10
test :
11
11
runs-on : ${{ matrix.os }}
12
12
strategy :
13
- fail-fast : true
13
+ fail-fast : false
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
16
php : [8.3, 8.2, 8.1]
17
17
laravel : [12.*, 11.*, 10.*]
18
18
stability : [prefer-lowest, prefer-stable]
19
- include :
20
- - laravel : 12.*
21
- testbench : 10.*
22
- carbon : ^3.2
23
- laravel-package-tools : ^1.16.4
24
- collision : ^8.1.1
25
-
26
- - laravel : 11.*
27
- testbench : 9.*
28
- carbon : ^3.2
29
- laravel-package-tools : ^1.16.4
30
- collision : ^8.1.1
31
-
32
- - laravel : 10.*
33
- testbench : 8.*
34
- carbon : ^2.63
35
- laravel-package-tools : ^1.16.4
36
- collision : 7.*
37
19
38
20
exclude :
39
21
- laravel : 11.*
61
43
62
44
- name : Install dependencies
63
45
run : |
64
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" "spatie/laravel-package-tools:${{ matrix.laravel-package-tools }}" "nunomaduro/collision:${{ matrix.collision }}" --no-interaction --no-update
46
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
65
47
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
66
48
67
49
- name : List Installed Dependencies
Original file line number Diff line number Diff line change 39
39
"require-dev" : {
40
40
"guzzlehttp/guzzle" : " ^7.0" ,
41
41
"laravel/pint" : " ^1.0" ,
42
- "larastan/larastan" : " ^2.0|^3.0- dev" ,
43
- "nunomaduro/collision" : " ^7.9|^8.0 " ,
42
+ "larastan/larastan" : " ^2.0|^3.0@ dev" ,
43
+ "nunomaduro/collision" : " ^7.9|^8.1.1 " ,
44
44
"orchestra/testbench" : " ^8.0|^9.0|^10.0" ,
45
45
"pestphp/pest" : " ^2.0|^3.0" ,
46
46
"pestphp/pest-plugin-arch" : " ^2.0|^3.0" ,
You can’t perform that action at this time.
0 commit comments