Skip to content

Commit 3fbf46e

Browse files
committed
add CI job for Symfony 5.3
1 parent db33a77 commit 3fbf46e

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
@@ -108,6 +108,9 @@ jobs:
108108
- php-version: '7.4'
109109
composer-options: '--prefer-stable'
110110
symfony-version: '5.2.*'
111+
- php-version: '7.4'
112+
composer-options: '--prefer-stable'
113+
symfony-version: '5.3.*'
111114
- php-version: '8.0'
112115

113116
steps:

0 commit comments

Comments
 (0)