Skip to content

Commit 76c9a55

Browse files
committed
feat: add support sumfony 60
1 parent 73a51da commit 76c9a55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
- '5.2.*'
2424
- '5.3.*'
2525
- '5.4.*'
26-
- '6.0.*'
2726
include:
27+
- php: '8.0'
28+
symfony-versions: '^6.0'
29+
- php: '8.1'
30+
symfony-versions: '^6.0'
2831
- description: 'Log Code Coverage'
2932
php: '8.1'
3033
coverage: 'xdebug'

0 commit comments

Comments
 (0)