Skip to content

Commit fb63e2e

Browse files
committed
update ci process
1 parent a7ab340 commit fb63e2e

File tree

9 files changed

+19
-5448
lines changed

9 files changed

+19
-5448
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
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:

.github/workflows/create-release.yml

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

.github/workflows/gitleaks.yaml

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

.releaserc

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

commitlint.config.js

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

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,10 @@
5757
"@code-style",
5858
"@phpunit"
5959
]
60+
},
61+
"config": {
62+
"allow-plugins": {
63+
"dealerdirect/phpcodesniffer-composer-installer": true
64+
}
6065
}
6166
}

0 commit comments

Comments
 (0)