Skip to content

Commit 3412343

Browse files
committed
feat: add run phpunit for symfony 6
1 parent ee3cd32 commit 3412343

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
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)