File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- laravel : [8, 9, 10]
14
+ laravel : [9, 10]
15
15
16
16
steps :
17
17
- name : Checkout code
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"livewire/livewire" : " ^2.3" ,
24
- "illuminate/view" : " ^8.20|^ 9.0|^10.0"
24
+ "illuminate/view" : " ^9.0|^10.0"
25
25
},
26
26
"require-dev" : {
27
27
"pestphp/pest" : " ^1.0|^2.0" ,
28
- "illuminate/support" : " ^8.20|^ 9.0|^10.0" ,
28
+ "illuminate/support" : " ^9.0|^10.0" ,
29
29
"pestphp/pest-plugin-laravel" : " ^1.0|^2.0" ,
30
- "illuminate/testing" : " ^8.20|^ 9.0|10.0" ,
31
- "orchestra/testbench" : " ^6.7|^ 7.0|^8.0" ,
32
- "pestphp/pest-plugin-livewire" : " ^1.1"
30
+ "illuminate/testing" : " ^9.0|^ 10.0" ,
31
+ "orchestra/testbench" : " ^7.0|^8.0" ,
32
+ "pestphp/pest-plugin-livewire" : " ^1.1|^2.0 "
33
33
},
34
34
"extra" : {
35
35
"laravel" : {
You can’t perform that action at this time.
0 commit comments