Skip to content

Commit 3206b85

Browse files
committed
Add symfony require
1 parent 04c0611 commit 3206b85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,15 @@ jobs:
4444
- php: '7.3'
4545
elasticsearch: '7.4.0'
4646
dependencies: 'highest'
47+
symfony_require: '5.3.*'
4748
- php: '7.4'
4849
elasticsearch: '7.9.0'
4950
dependencies: 'highest'
51+
symfony_require: '5.3.*'
5052
- php: '8.0'
5153
elasticsearch: '7.11.0'
5254
dependencies: 'highest'
55+
symfony_require: '5.3.*'
5356
fail-fast: false
5457
steps:
5558
- name: 'Checkout'

0 commit comments

Comments
 (0)