File tree Expand file tree Collapse file tree 8 files changed +32
-78
lines changed Expand file tree Collapse file tree 8 files changed +32
-78
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,31 @@ jobs:
12
12
fail-fast : false
13
13
matrix :
14
14
php :
15
- - ' 7.4'
16
- - ' 8.0'
17
15
- ' 8.1'
16
+ - ' 8.2'
18
17
coverage : ['none']
19
18
symfony-versions :
20
19
- ' 4.4.*'
21
20
- ' 5.1.*'
22
21
- ' 5.2.*'
23
22
- ' 5.3.*'
24
23
include :
24
+ - php : ' 7.4'
25
+ symfony-versions : ' ^4.4'
26
+ coverage : ' none'
27
+ - php : ' 7.4'
28
+ symfony-versions : ' ^5.4'
29
+ coverage : ' none'
25
30
- php : ' 8.0'
26
- symfony-versions : ' ^6.0 '
31
+ symfony-versions : ' ^5.4 '
27
32
coverage : ' none'
28
- - php : ' 8.1 '
33
+ - php : ' 8.0 '
29
34
symfony-versions : ' ^6.0'
30
35
coverage : ' none'
31
36
- description : ' Log Code Coverage'
32
- php : ' 8.0 '
37
+ php : ' 8.2 '
33
38
coverage : ' xdebug'
34
- symfony-versions : ' ^5 .2'
39
+ symfony-versions : ' ^6 .2'
35
40
36
41
name : PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }}
37
42
steps :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ Go to `behat.yml`
83
83
...
84
84
```
85
85
86
- [ master Build Status ] : https://github.com/macpaw/BehatMessengerContext /actions?query=workflow%3ACI+branch%3Amaster
87
- [ master Build Status Image ] : https://github.com/macpaw/BehatMessengerContext /workflows/CI/badge.svg?branch=master
88
- [ develop Build Status ] : https://github.com/macpaw/BehatMessengerContext /actions?query=workflow%3ACI+branch%3Adevelop
89
- [ develop Build Status Image ] : https://github.com/macpaw/BehatMessengerContext /workflows/CI/badge.svg?branch=develop
90
- [ master Code Coverage ] : https://codecov.io/gh/macpaw/BehatMessengerContext /branch/master
91
- [ master Code Coverage Image ] : https://img.shields.io/codecov/c/github/macpaw/BehatMessengerContext /master?logo=codecov
92
- [ develop Code Coverage ] : https://codecov.io/gh/macpaw/BehatMessengerContext /branch/develop
93
- [ develop Code Coverage Image ] : https://img.shields.io/codecov/c/github/macpaw/BehatMessengerContext /develop?logo=codecov
86
+ [ master Build Status ] : https://github.com/macpaw/behat-messenger-context /actions?query=workflow%3ACI+branch%3Amaster
87
+ [ master Build Status Image ] : https://github.com/macpaw/behat-messenger-context /workflows/CI/badge.svg?branch=master
88
+ [ develop Build Status ] : https://github.com/macpaw/behat-messenger-context /actions?query=workflow%3ACI+branch%3Adevelop
89
+ [ develop Build Status Image ] : https://github.com/macpaw/behat-messenger-context /workflows/CI/badge.svg?branch=develop
90
+ [ master Code Coverage ] : https://codecov.io/gh/macpaw/behat-messenger-context /branch/master
91
+ [ master Code Coverage Image ] : https://img.shields.io/codecov/c/github/macpaw/behat-messenger-context /master?logo=codecov
92
+ [ develop Code Coverage ] : https://codecov.io/gh/macpaw/behat-messenger-context /branch/develop
93
+ [ develop Code Coverage Image ] : https://img.shields.io/codecov/c/github/macpaw/behat-messenger-context /develop?logo=codecov
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 35
35
"macpaw/similar-arrays" : " ^1.0"
36
36
},
37
37
"require-dev" : {
38
- "phpstan/phpstan" : " ^0.12 " ,
38
+ "phpstan/phpstan" : " ^1.9 " ,
39
39
"phpunit/phpunit" : " ^9.3" ,
40
40
"slevomat/coding-standard" : " ^7.0" ,
41
41
"squizlabs/php_codesniffer" : " ^3.6"
52
52
},
53
53
"scripts" : {
54
54
"composer-validate" : " composer validate" ,
55
- "phpstan" : " ./vendor/bin/phpstan analyse -l max " ,
55
+ "phpstan" : " ./vendor/bin/phpstan analyse" ,
56
56
"code-style" : " ./vendor/bin/phpcs" ,
57
57
"code-style-fix" : " ./vendor/bin/phpcbf" ,
58
58
"phpunit" : " ./vendor/bin/phpunit" ,
62
62
" @code-style" ,
63
63
" @phpunit"
64
64
]
65
+ },
66
+ "config" : {
67
+ "allow-plugins" : {
68
+ "dealerdirect/phpcodesniffer-composer-installer" : true
69
+ }
65
70
}
66
71
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ parameters :
2
+ excludes_analyse :
3
+ paths :
4
+ - src
5
+ level : 5
6
+ treatPhpDocTypesAsCertain : false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments