File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 16
16
allowed-to-fail : [false]
17
17
include :
18
18
- php-versions : ' 8.1'
19
- composer-arguments : ['--prefer-lowest', '']
20
- allowed-to-fail : true
19
+ composer-arguments : ' '
20
+ allowed-to-fail : false
21
21
22
22
steps :
23
23
- name : Checkout
37
37
38
38
- name : Run tests
39
39
continue-on-error : ${{ matrix.allowed-to-fail }}
40
- run : vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
40
+ run : vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
Original file line number Diff line number Diff line change 20
20
],
21
21
"require" : {
22
22
"php" : " >=7.3" ,
23
- "illuminate/support" : " ^6.0|^7.0|^8.0" ,
24
- "illuminate/view" : " ^6.0|^7.0|^8.0" ,
25
- "illuminate/http" : " ^6.0|^7.0|^8.0"
23
+ "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0 " ,
24
+ "illuminate/view" : " ^6.0|^7.0|^8.0|^9.0 " ,
25
+ "illuminate/http" : " ^6.0|^7.0|^8.0|^9.0 "
26
26
},
27
27
"require-dev" : {
28
- "orchestra/testbench" : " ^5.0 || ^6 .0" ,
28
+ "orchestra/testbench" : " ^5.0|^6.0|^7 .0" ,
29
29
"phpunit/phpunit" : " ^9.3" ,
30
30
"phpmd/phpmd" : " ^2.6" ,
31
31
"squizlabs/php_codesniffer" : " ^3.3" ,
49
49
"fix" : " vendor/bin/phpcbf"
50
50
},
51
51
"config" : {
52
- "sort-packages" : true
52
+ "sort-packages" : true ,
53
+ "allow-plugins" : {
54
+ "dealerdirect/phpcodesniffer-composer-installer" : true
55
+ }
53
56
},
54
57
"extra" : {
55
58
"laravel" : {
You can’t perform that action at this time.
0 commit comments