File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 38
38
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
39
39
40
40
- name : Execute tests
41
- run : vendor/bin/phpunit
41
+ run : vendor/bin/pest
Original file line number Diff line number Diff line change 31
31
"orchestra/testbench" : " ^6.19|^7.0" ,
32
32
"pestphp/pest" : " ^1.22" ,
33
33
"pestphp/pest-plugin-laravel" : " ^1.3" ,
34
- "phpunit/phpunit" : " ^9.3.0" ,
35
34
"spatie/test-time" : " ^1.2.2"
36
35
},
37
36
"autoload" : {
45
44
}
46
45
},
47
46
"scripts" : {
48
- "test" : " vendor/bin/phpunit" ,
49
- "test-coverage" : " vendor/bin/phpunit"
50
-
47
+ "test" : " vendor/bin/pest" ,
48
+ "test-coverage" : " vendor/bin/pest"
51
49
},
52
50
"config" : {
53
51
"sort-packages" : true ,
64
62
},
65
63
"minimum-stability" : " dev" ,
66
64
"prefer-stable" : true
67
- }
65
+ }
You can’t perform that action at this time.
0 commit comments