Skip to content

Commit 8e40f50

Browse files
committed
add build job for Symfony 6.2
1 parent 40a51c8 commit 8e40f50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ jobs:
107107
- php-version: '8.1'
108108
composer-options: '--prefer-stable'
109109
symfony-version: '6.1.*'
110+
- php-version: '8.1'
111+
composer-options: '--prefer-stable'
112+
symfony-version: '6.2.*'
110113

111114
steps:
112115
- name: 'Check out'

0 commit comments

Comments
 (0)