File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
- name : laravel
1
+ name : tests
2
2
3
3
on : [ push ]
4
4
9
9
strategy :
10
10
fail-fast : true
11
11
matrix :
12
- php : [ "8.1", "8.2", "8.3" ]
13
- laravel : [ "10.0", "11.0" ]
12
+ php : [ "8.1", "8.2", "8.3", "8.4" ]
13
+ laravel : [ "10.0", "11.0", "12.0" ]
14
14
exclude :
15
+ - laravel : " 10.0"
16
+ php : " 8.4"
15
17
- laravel : " 11.0"
16
18
php : " 8.1"
17
-
19
+ - laravel : " 12.0"
20
+ php : " 8.1"
18
21
19
22
name : PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
20
23
Original file line number Diff line number Diff line change 35
35
],
36
36
"require" : {
37
37
"php" : " ^8.1" ,
38
- "illuminate/contracts" : " ^10.0 || ^11.0" ,
39
- "illuminate/http" : " ^10.0 || ^11.0" ,
40
- "illuminate/support" : " ^10.0 || ^11.0" ,
38
+ "illuminate/contracts" : " ^10.0 || ^11.0 || ^12.0 " ,
39
+ "illuminate/http" : " ^10.0 || ^11.0 || ^12.0 " ,
40
+ "illuminate/support" : " ^10.0 || ^11.0 || ^12.0 " ,
41
41
"lmc/http-constants" : " ^1.2" ,
42
42
"symfony/http-foundation" : " ^6.0 || ^7.0"
43
43
},
44
44
"require-dev" : {
45
- "orchestra/testbench" : " ^8.0 || ^9.0" ,
46
- "phpunit/phpunit" : " ^10.0"
45
+ "orchestra/testbench" : " ^8.0 || ^9.0 || ^10.0 " ,
46
+ "phpunit/phpunit" : " ^10.0 || ^11.0 || ^12.0 "
47
47
},
48
48
"conflict" : {
49
49
"andrey-helldar/laravel-json-response" : " *"
77
77
]
78
78
}
79
79
}
80
- }
80
+ }
You can’t perform that action at this time.
0 commit comments