@@ -667,6 +667,7 @@ TEST_INTEGRATIONS_72 := \
667667 test_integrations_phpredis4 \
668668 test_integrations_phpredis5 \
669669 test_integrations_predis_1 \
670+ test_integrations_predis_2 \
670671 test_integrations_predis_latest \
671672 test_integrations_ratchet \
672673 test_integrations_sqlsrv \
@@ -728,6 +729,7 @@ TEST_INTEGRATIONS_73 :=\
728729 test_integrations_phpredis4 \
729730 test_integrations_phpredis5 \
730731 test_integrations_predis_1 \
732+ test_integrations_predis_2 \
731733 test_integrations_predis_latest \
732734 test_integrations_ratchet \
733735 test_integrations_sqlsrv \
@@ -790,6 +792,7 @@ TEST_INTEGRATIONS_74 := \
790792 test_integrations_phpredis4 \
791793 test_integrations_phpredis5 \
792794 test_integrations_predis_1 \
795+ test_integrations_predis_2 \
793796 test_integrations_predis_latest \
794797 test_integrations_ratchet \
795798 test_integrations_roadrunner \
@@ -858,6 +861,7 @@ TEST_INTEGRATIONS_80 := \
858861 test_integrations_pcntl \
859862 test_integrations_phpredis5 \
860863 test_integrations_predis_1 \
864+ test_integrations_predis_2 \
861865 test_integrations_predis_latest \
862866 test_integrations_ratchet \
863867 test_integrations_sqlsrv \
@@ -903,7 +907,6 @@ TEST_INTEGRATIONS_81 := \
903907 test_integrations_monolog2 \
904908 test_integrations_monolog_latest \
905909 test_integrations_mysqli \
906- test_integrations_openai_latest \
907910 test_opentelemetry_1 \
908911 test_opentelemetry_beta \
909912 test_integrations_googlespanner_latest \
@@ -914,6 +917,7 @@ TEST_INTEGRATIONS_81 := \
914917 test_integrations_elasticsearch8 \
915918 test_integrations_phpredis5 \
916919 test_integrations_predis_1 \
920+ test_integrations_predis_2 \
917921 test_integrations_predis_latest \
918922 test_integrations_ratchet \
919923 test_integrations_sqlsrv \
@@ -974,6 +978,7 @@ TEST_INTEGRATIONS_82 := \
974978 test_integrations_elasticsearch_latest \
975979 test_integrations_phpredis5 \
976980 test_integrations_predis_1 \
981+ test_integrations_predis_2 \
977982 test_integrations_predis_latest \
978983 test_integrations_frankenphp \
979984 test_integrations_ratchet \
@@ -1041,6 +1046,7 @@ TEST_INTEGRATIONS_83 := \
10411046 test_integrations_elasticsearch_latest \
10421047 test_integrations_phpredis5 \
10431048 test_integrations_predis_1 \
1049+ test_integrations_predis_2 \
10441050 test_integrations_predis_latest \
10451051 test_integrations_frankenphp \
10461052 test_integrations_ratchet \
@@ -1100,6 +1106,7 @@ TEST_INTEGRATIONS_84 := \
11001106 test_integrations_elasticsearch7 \
11011107 test_integrations_elasticsearch8 \
11021108 test_integrations_elasticsearch_latest \
1109+ test_integrations_predis_2 \
11031110 test_integrations_predis_latest \
11041111 test_integrations_frankenphp \
11051112 test_integrations_ratchet \
@@ -1360,6 +1367,8 @@ test_integrations_phpredis5: global_test_run_dependencies
13601367 $(eval TEST_EXTRA_ENV=)
13611368test_integrations_predis_1 : global_test_run_dependencies tests/Integrations/Predis/V1/composer.lock-php$(PHP_MAJOR_MINOR )
13621369 $(call run_tests_debug,tests/Integrations/Predis/V1)
1370+ test_integrations_predis_2 : global_test_run_dependencies tests/Integrations/Predis/V2/composer.lock-php$(PHP_MAJOR_MINOR )
1371+ $(call run_tests_debug,tests/Integrations/Predis/V2)
13631372test_integrations_predis_latest : global_test_run_dependencies tests/Integrations/Predis/Latest/composer.lock-php$(PHP_MAJOR_MINOR )
13641373 $(call run_tests_debug,tests/Integrations/Predis/Latest)
13651374test_integrations_frankenphp : global_test_run_dependencies
0 commit comments