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 @@ -38,12 +38,12 @@ jobs:
38
38
matrix :
39
39
php :
40
40
- ' 7.4'
41
- - ' 8.0'
42
41
- ' 8.1'
42
+ - ' 8.2'
43
43
symfony :
44
44
- ' 4.4.*'
45
45
- ' 5.4.*'
46
- - ' 6.0 .*'
46
+ - ' 6.2 .*'
47
47
elasticsearch :
48
48
- ' 7.11.0'
49
49
dependencies :
55
55
symfony : ' 4.4.*'
56
56
exclude :
57
57
- php : ' 7.4'
58
- symfony : ' 6.0 .*'
58
+ symfony : ' 6.2 .*'
59
59
dependencies : ' highest'
60
60
elasticsearch : ' 7.11.0'
61
61
fail-fast : false
@@ -101,12 +101,12 @@ jobs:
101
101
matrix :
102
102
php :
103
103
- ' 7.4'
104
- - ' 8.0'
105
104
- ' 8.1'
105
+ - ' 8.2'
106
106
symfony :
107
107
- ' 4.4.*'
108
108
- ' 5.4.*'
109
- - ' 6.0 .*'
109
+ - ' 6.2 .*'
110
110
dependencies :
111
111
- ' highest'
112
112
include :
@@ -115,7 +115,7 @@ jobs:
115
115
symfony : ' 4.4.*'
116
116
exclude :
117
117
- php : ' 7.4'
118
- symfony : ' 6.0 .*'
118
+ symfony : ' 6.2 .*'
119
119
dependencies : ' highest'
120
120
fail-fast : false
121
121
steps :
You can’t perform that action at this time.
0 commit comments