File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,18 +44,18 @@ jobs:
44
44
symfony :
45
45
- ' 5.4.*'
46
46
- ' 6.4.*'
47
- - ' 7.0 .*'
47
+ - ' 7.1 .*'
48
48
elasticsearch :
49
49
- ' 7.11.0'
50
50
dependencies :
51
51
- ' highest'
52
52
exclude :
53
53
- php : ' 7.4'
54
- symfony : ' 7.0 .*'
54
+ symfony : ' 7.1 .*'
55
55
- php : ' 7.4'
56
56
symfony : ' 6.4.*'
57
57
- php : ' 8.1'
58
- symfony : ' 7.0 .*'
58
+ symfony : ' 7.1 .*'
59
59
fail-fast : false
60
60
steps :
61
61
- name : ' Checkout'
@@ -105,7 +105,7 @@ jobs:
105
105
symfony :
106
106
- ' 5.4.*'
107
107
- ' 6.4.*'
108
- - ' 7.0 .*'
108
+ - ' 7.1 .*'
109
109
dependencies :
110
110
- ' highest'
111
111
include :
@@ -114,11 +114,11 @@ jobs:
114
114
symfony : ' 5.4.*'
115
115
exclude :
116
116
- php : ' 7.4'
117
- symfony : ' 7.0 .*'
117
+ symfony : ' 7.1 .*'
118
118
- php : ' 7.4'
119
119
symfony : ' 6.4.*'
120
120
- php : ' 8.1'
121
- symfony : ' 7.0 .*'
121
+ symfony : ' 7.1 .*'
122
122
- php : ' 8.1'
123
123
symfony : ' 4.4.*'
124
124
You can’t perform that action at this time.
0 commit comments