Skip to content

Commit a70af18

Browse files
committed
minor #110 add CI job for Symfony 5.3 (xabbuh)
This PR was merged into the 0.1-dev branch. Discussion ---------- add CI job for Symfony 5.3 Commits ------- 3fbf46e add CI job for Symfony 5.3
2 parents db33a77 + 3fbf46e commit a70af18

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)