Skip to content

Commit fc09a6d

Browse files
authored
Merge pull request #34 from MacPaw/develop
Release
2 parents 62b625f + 6c27a3a commit fc09a6d

File tree

8 files changed

+32
-78
lines changed

8 files changed

+32
-78
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,31 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
php:
15-
- '7.4'
16-
- '8.0'
1715
- '8.1'
16+
- '8.2'
1817
coverage: ['none']
1918
symfony-versions:
2019
- '4.4.*'
2120
- '5.1.*'
2221
- '5.2.*'
2322
- '5.3.*'
2423
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'
2530
- php: '8.0'
26-
symfony-versions: '^6.0'
31+
symfony-versions: '^5.4'
2732
coverage: 'none'
28-
- php: '8.1'
33+
- php: '8.0'
2934
symfony-versions: '^6.0'
3035
coverage: 'none'
3136
- description: 'Log Code Coverage'
32-
php: '8.0'
37+
php: '8.2'
3338
coverage: 'xdebug'
34-
symfony-versions: '^5.2'
39+
symfony-versions: '^6.2'
3540

3641
name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }}
3742
steps:

.github/workflows/gitleaks.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ Go to `behat.yml`
8383
...
8484
```
8585

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

commitlint.config.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"macpaw/similar-arrays": "^1.0"
3636
},
3737
"require-dev": {
38-
"phpstan/phpstan": "^0.12",
38+
"phpstan/phpstan": "^1.9",
3939
"phpunit/phpunit": "^9.3",
4040
"slevomat/coding-standard": "^7.0",
4141
"squizlabs/php_codesniffer": "^3.6"
@@ -52,7 +52,7 @@
5252
},
5353
"scripts": {
5454
"composer-validate": "composer validate",
55-
"phpstan": "./vendor/bin/phpstan analyse -l max",
55+
"phpstan": "./vendor/bin/phpstan analyse",
5656
"code-style": "./vendor/bin/phpcs",
5757
"code-style-fix": "./vendor/bin/phpcbf",
5858
"phpunit": "./vendor/bin/phpunit",
@@ -62,5 +62,10 @@
6262
"@code-style",
6363
"@phpunit"
6464
]
65+
},
66+
"config": {
67+
"allow-plugins": {
68+
"dealerdirect/phpcodesniffer-composer-installer": true
69+
}
6570
}
6671
}

package.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

phpstan.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
parameters:
2+
excludes_analyse:
3+
paths:
4+
- src
5+
level: 5
6+
treatPhpDocTypesAsCertain: false

phpstan.neon.dist

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)