Skip to content

Commit

Permalink
feat: add build symfony version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Yozhef committed Dec 6, 2021
1 parent d14a95c commit 6967b7f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:
- '5.2.*'
- '5.3.*'
include:

- php: '8.0'
symfony-versions: '^6.0'
coverage: 'none'
- php: '8.1'
symfony-versions: '^6.0'
coverage: 'none'
- description: 'Log Code Coverage'
php: '8.0'
coverage: 'xdebug'
Expand Down

0 comments on commit 6967b7f

Please sign in to comment.