@@ -560,7 +560,7 @@ TEST_INTEGRATIONS_70 := \
560
560
test_integrations_phpredis3 \
561
561
test_integrations_phpredis4 \
562
562
test_integrations_phpredis5 \
563
- test_integrations_predis_latest \
563
+ test_integrations_predis_1 \
564
564
test_integrations_sqlsrv
565
565
566
566
TEST_WEB_70 := \
@@ -602,7 +602,7 @@ TEST_INTEGRATIONS_71 := \
602
602
test_integrations_phpredis3 \
603
603
test_integrations_phpredis4 \
604
604
test_integrations_phpredis5 \
605
- test_integrations_predis_latest \
605
+ test_integrations_predis_1 \
606
606
test_integrations_sqlsrv \
607
607
test_opentracing_10
608
608
@@ -655,6 +655,7 @@ TEST_INTEGRATIONS_72 := \
655
655
test_integrations_phpredis3 \
656
656
test_integrations_phpredis4 \
657
657
test_integrations_phpredis5 \
658
+ test_integrations_predis_1 \
658
659
test_integrations_predis_latest \
659
660
test_integrations_sqlsrv \
660
661
test_opentracing_10
@@ -714,6 +715,7 @@ TEST_INTEGRATIONS_73 :=\
714
715
test_integrations_phpredis3 \
715
716
test_integrations_phpredis4 \
716
717
test_integrations_phpredis5 \
718
+ test_integrations_predis_1 \
717
719
test_integrations_predis_latest \
718
720
test_integrations_sqlsrv \
719
721
test_opentracing_10
@@ -774,6 +776,7 @@ TEST_INTEGRATIONS_74 := \
774
776
test_integrations_phpredis3 \
775
777
test_integrations_phpredis4 \
776
778
test_integrations_phpredis5 \
779
+ test_integrations_predis_1 \
777
780
test_integrations_predis_latest \
778
781
test_integrations_roadrunner \
779
782
test_integrations_sqlsrv \
@@ -839,6 +842,7 @@ TEST_INTEGRATIONS_80 := \
839
842
test_integrations_guzzle_latest \
840
843
test_integrations_pcntl \
841
844
test_integrations_phpredis5 \
845
+ test_integrations_predis_1 \
842
846
test_integrations_predis_latest \
843
847
test_integrations_sqlsrv \
844
848
test_integrations_swoole_5 \
@@ -892,6 +896,7 @@ TEST_INTEGRATIONS_81 := \
892
896
test_integrations_pdo \
893
897
test_integrations_elasticsearch7 \
894
898
test_integrations_phpredis5 \
899
+ test_integrations_predis_1 \
895
900
test_integrations_predis_latest \
896
901
test_integrations_sqlsrv \
897
902
test_integrations_swoole_5 \
@@ -949,6 +954,7 @@ TEST_INTEGRATIONS_82 := \
949
954
test_integrations_elasticsearch7 \
950
955
test_integrations_elasticsearch_latest \
951
956
test_integrations_phpredis5 \
957
+ test_integrations_predis_1 \
952
958
test_integrations_predis_latest \
953
959
test_integrations_frankenphp \
954
960
test_integrations_roadrunner \
@@ -1012,6 +1018,7 @@ TEST_INTEGRATIONS_83 := \
1012
1018
test_integrations_elasticsearch7 \
1013
1019
test_integrations_elasticsearch_latest \
1014
1020
test_integrations_phpredis5 \
1021
+ test_integrations_predis_1 \
1015
1022
test_integrations_predis_latest \
1016
1023
test_integrations_frankenphp \
1017
1024
test_integrations_roadrunner \
@@ -1281,6 +1288,8 @@ test_integrations_phpredis5: global_test_run_dependencies
1281
1288
$(call run_tests_debug,tests/Integrations/PHPRedis/V5)
1282
1289
$(eval TEST_EXTRA_INI=)
1283
1290
$(eval TEST_EXTRA_ENV=)
1291
+ test_integrations_predis_1 : global_test_run_dependencies tests/Integrations/Predis/V1/composer.lock-php$(PHP_MAJOR_MINOR )
1292
+ $(call run_tests_debug,tests/Integrations/Predis/V1)
1284
1293
test_integrations_predis_latest : global_test_run_dependencies tests/Integrations/Predis/Latest/composer.lock-php$(PHP_MAJOR_MINOR )
1285
1294
$(call run_tests_debug,tests/Integrations/Predis/Latest)
1286
1295
test_integrations_frankenphp : global_test_run_dependencies
0 commit comments