Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yozhef authored Jan 11, 2024
1 parent b063ae8 commit db8430d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
coverage: ['none']
symfony-versions:
- '6.3.*'
- '6.4.*'
- '7.0.*'
include:
php: '8.2'
coverage: 'xdebug'
symfony-versions: '^6.3'
symfony-versions: '^7.0'

name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }}
steps:
Expand Down

0 comments on commit db8430d

Please sign in to comment.