Skip to content

Commit ca2d8eb

Browse files
authored
Update continuous-integration.yaml
1 parent 4dc6738 commit ca2d8eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ jobs:
4444
symfony:
4545
- '5.4.*'
4646
- '6.4.*'
47-
- '7.0.*'
47+
- '7.1.*'
4848
elasticsearch:
4949
- '7.11.0'
5050
dependencies:
5151
- 'highest'
5252
exclude:
5353
- php: '7.4'
54-
symfony: '7.0.*'
54+
symfony: '7.1.*'
5555
- php: '7.4'
5656
symfony: '6.4.*'
5757
- php: '8.1'
58-
symfony: '7.0.*'
58+
symfony: '7.1.*'
5959
fail-fast: false
6060
steps:
6161
- name: 'Checkout'
@@ -105,7 +105,7 @@ jobs:
105105
symfony:
106106
- '5.4.*'
107107
- '6.4.*'
108-
- '7.0.*'
108+
- '7.1.*'
109109
dependencies:
110110
- 'highest'
111111
include:
@@ -114,11 +114,11 @@ jobs:
114114
symfony: '5.4.*'
115115
exclude:
116116
- php: '7.4'
117-
symfony: '7.0.*'
117+
symfony: '7.1.*'
118118
- php: '7.4'
119119
symfony: '6.4.*'
120120
- php: '8.1'
121-
symfony: '7.0.*'
121+
symfony: '7.1.*'
122122
- php: '8.1'
123123
symfony: '4.4.*'
124124

0 commit comments

Comments
 (0)