Skip to content

Commit d722316

Browse files
authored
Update ci.yaml
1 parent e5c5f40 commit d722316

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
- '5.4.*'
2424
- '6.0.*'
2525
- '6.2.*'
26+
- '7.0.*'
2627
include:
2728
- description: 'Log Code Coverage'
2829
php: '8.2'
2930
coverage: 'xdebug'
30-
symfony-versions: '^6.2'
31+
symfony-versions: '^7.0'
3132

3233
name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }}
3334
steps:

0 commit comments

Comments
 (0)