Skip to content

Commit c32c315

Browse files
committed
Update RedisCest with new 2.4.7-beta-test cloud template
1 parent 89e6675 commit c32c315

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Test/Functional/Acceptance/RedisCest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ protected function wrongConfigurationRedisBackendDataProvider(): array
137137
{
138138
return [
139139
[
140-
'version' => '2.4.6',
140+
'version' => '2.4.7-beta-test',
141141
'wrongConfiguration' => [
142142
'stage' => [
143143
'deploy' => [
@@ -184,7 +184,7 @@ protected function redisWrongConnectionDataProvider(): array
184184
{
185185
return [
186186
[
187-
'version' => '2.4.6',
187+
'version' => '2.4.7-beta-test',
188188
'configuration' => [
189189
'stage' => [
190190
'deploy' => [
@@ -204,7 +204,7 @@ protected function redisWrongConnectionDataProvider(): array
204204
],
205205
],
206206
[
207-
'version' => '2.4.6',
207+
'version' => '2.4.7-beta-test',
208208
'configuration' => [
209209
'stage' => [
210210
'deploy' => [
@@ -274,7 +274,7 @@ protected function goodConfigurationDataProvider(): array
274274
{
275275
return [
276276
[
277-
'version' => '2.4.6',
277+
'version' => '2.4.7-beta-test',
278278
'configuration' => [
279279
'stage' => [
280280
'deploy' => [
@@ -292,7 +292,7 @@ protected function goodConfigurationDataProvider(): array
292292
],
293293
],
294294
[
295-
'version' => '2.4.6',
295+
'version' => '2.4.7-beta-test',
296296
'configuration' => [
297297
'stage' => [
298298
'deploy' => [
@@ -312,7 +312,7 @@ protected function goodConfigurationDataProvider(): array
312312
'expectedConfig' => [],
313313
],
314314
[
315-
'version' => '2.4.6',
315+
'version' => '2.4.7-beta-test',
316316
'configuration' => [
317317
'stage' => [
318318
'deploy' => [

0 commit comments

Comments
 (0)