Skip to content

Commit db33a77

Browse files
committed
minor #108 add jobs for Symfony 5.2 and PHP 8 (xabbuh)
This PR was merged into the 0.1-dev branch. Discussion ---------- add jobs for Symfony 5.2 and PHP 8 Commits ------- 4dcc0b0 add jobs for Symfony 5.2 and PHP 8
2 parents 0a435a2 + 4dcc0b0 commit db33a77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ jobs:
105105
- php-version: '7.4'
106106
composer-options: '--prefer-stable'
107107
symfony-version: '5.1.*'
108+
- php-version: '7.4'
109+
composer-options: '--prefer-stable'
110+
symfony-version: '5.2.*'
111+
- php-version: '8.0'
108112

109113
steps:
110114
- name: 'Check out'

0 commit comments

Comments
 (0)