Skip to content

Commit b4035a0

Browse files
authored
Merge pull request #33 from MacPaw/feat/supportSymfony60
feat: add run phpunit for symfony 6
2 parents f607a66 + 3412343 commit b4035a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
include:
2727
- php: '8.0'
2828
symfony-versions: '^6.0'
29+
coverage: 'none'
2930
- php: '8.1'
3031
symfony-versions: '^6.0'
32+
coverage: 'none'
3133
- description: 'Log Code Coverage'
3234
php: '8.1'
3335
coverage: 'xdebug'

0 commit comments

Comments
 (0)