File tree Expand file tree Collapse file tree 7 files changed +19
-103
lines changed Expand file tree Collapse file tree 7 files changed +19
-103
lines changed Original file line number Diff line number Diff line change 1212 fail-fast : false
1313 matrix :
1414 php :
15- - ' 8.0'
1615 - ' 8.1'
16+ - ' 8.2'
1717 coverage : ['none']
1818 symfony-versions :
1919 - ' 4.4.*'
@@ -22,11 +22,18 @@ jobs:
2222 - ' 5.3.*'
2323 - ' 5.4.*'
2424 - ' 6.0.*'
25+ - ' 6.2.*'
2526 include :
26- - description : ' Log Code Coverage'
27- php : ' 8.0'
27+ - php : ' 8.0'
28+ coverage : ' xdebug'
29+ symfony-versions : ' ^4.4'
30+ - php : ' 8.0'
2831 coverage : ' xdebug'
2932 symfony-versions : ' ^5.4'
33+ - description : ' Log Code Coverage'
34+ php : ' 8.2'
35+ coverage : ' xdebug'
36+ symfony-versions : ' ^6.2'
3037
3138 name : PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }}
3239 steps :
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ Step 4: How to use:
110110 """
111111```
112112
113- [main Build Status]: https://github.com/macpaw/BehatHttpMockContext /actions?query=workflow%3ACI+branch%3Amain
114- [main Build Status Image]: https://github.com/macpaw/BehatHttpMockContext /workflows/CI/badge.svg?branch=main
115- [main Code Coverage]: https://codecov.io/gh/macpaw/BehatHttpMockContext /branch/main
116- [main Code Coverage Image]: https://img.shields.io/codecov/c/github/macpaw/BehatHttpMockContext /main?logo=codecov
113+ [main Build Status]: https://github.com/macpaw/behat-http-mock-context /actions?query=workflow%3ACI+branch%3Amain
114+ [main Build Status Image]: https://github.com/macpaw/behat-http-mock-context /workflows/CI/badge.svg?branch=main
115+ [main Code Coverage]: https://codecov.io/gh/macpaw/behat-http-mock-context /branch/main
116+ [main Code Coverage Image]: https://img.shields.io/codecov/c/github/macpaw/behat-http-mock-context /main?logo=codecov
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5757 " @code-style" ,
5858 " @phpunit"
5959 ]
60+ },
61+ "config" : {
62+ "allow-plugins" : {
63+ "dealerdirect/phpcodesniffer-composer-installer" : true
64+ }
6065 }
6166}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments