@@ -560,6 +560,7 @@ TEST_INTEGRATIONS_70 := \
560
560
test_integrations_phpredis3 \
561
561
test_integrations_phpredis4 \
562
562
test_integrations_phpredis5 \
563
+ test_integrations_predis_1 \
563
564
test_integrations_predis_latest \
564
565
test_integrations_sqlsrv
565
566
@@ -603,6 +604,7 @@ TEST_INTEGRATIONS_71 := \
603
604
test_integrations_phpredis3 \
604
605
test_integrations_phpredis4 \
605
606
test_integrations_phpredis5 \
607
+ test_integrations_predis_1 \
606
608
test_integrations_predis_latest \
607
609
test_integrations_sqlsrv \
608
610
test_opentracing_10
@@ -657,6 +659,7 @@ TEST_INTEGRATIONS_72 := \
657
659
test_integrations_phpredis3 \
658
660
test_integrations_phpredis4 \
659
661
test_integrations_phpredis5 \
662
+ test_integrations_predis_1 \
660
663
test_integrations_predis_latest \
661
664
test_integrations_sqlsrv \
662
665
test_opentracing_10
@@ -716,6 +719,7 @@ TEST_INTEGRATIONS_73 :=\
716
719
test_integrations_phpredis3 \
717
720
test_integrations_phpredis4 \
718
721
test_integrations_phpredis5 \
722
+ test_integrations_predis_1 \
719
723
test_integrations_predis_latest \
720
724
test_integrations_sqlsrv \
721
725
test_opentracing_10
@@ -776,6 +780,7 @@ TEST_INTEGRATIONS_74 := \
776
780
test_integrations_phpredis3 \
777
781
test_integrations_phpredis4 \
778
782
test_integrations_phpredis5 \
783
+ test_integrations_predis_1 \
779
784
test_integrations_predis_latest \
780
785
test_integrations_roadrunner \
781
786
test_integrations_sqlsrv \
@@ -841,6 +846,7 @@ TEST_INTEGRATIONS_80 := \
841
846
test_integrations_guzzle_latest \
842
847
test_integrations_pcntl \
843
848
test_integrations_phpredis5 \
849
+ test_integrations_predis_1 \
844
850
test_integrations_predis_latest \
845
851
test_integrations_sqlsrv \
846
852
test_integrations_swoole_5 \
@@ -895,6 +901,7 @@ TEST_INTEGRATIONS_81 := \
895
901
test_integrations_pdo \
896
902
test_integrations_elasticsearch7 \
897
903
test_integrations_phpredis5 \
904
+ test_integrations_predis_1 \
898
905
test_integrations_predis_latest \
899
906
test_integrations_sqlsrv \
900
907
test_integrations_swoole_5 \
@@ -951,6 +958,7 @@ TEST_INTEGRATIONS_82 := \
951
958
test_integrations_elasticsearch7 \
952
959
test_integrations_elasticsearch_latest \
953
960
test_integrations_phpredis5 \
961
+ test_integrations_predis_1 \
954
962
test_integrations_predis_latest \
955
963
test_integrations_frankenphp \
956
964
test_integrations_roadrunner \
@@ -1014,6 +1022,7 @@ TEST_INTEGRATIONS_83 := \
1014
1022
test_integrations_elasticsearch7 \
1015
1023
test_integrations_elasticsearch_latest \
1016
1024
test_integrations_phpredis5 \
1025
+ test_integrations_predis_1 \
1017
1026
test_integrations_predis_latest \
1018
1027
test_integrations_frankenphp \
1019
1028
test_integrations_roadrunner \
@@ -1281,6 +1290,8 @@ test_integrations_phpredis5: global_test_run_dependencies
1281
1290
$(call run_tests_debug,tests/Integrations/PHPRedis/V5)
1282
1291
$(eval TEST_EXTRA_INI=)
1283
1292
$(eval TEST_EXTRA_ENV=)
1293
+ test_integrations_predis_1 : global_test_run_dependencies tests/Integrations/Predis/V1/composer.lock-php$(PHP_MAJOR_MINOR )
1294
+ $(call run_tests_debug,tests/Integrations/Predis/V1)
1284
1295
test_integrations_predis_latest : global_test_run_dependencies tests/Integrations/Predis/Latest/composer.lock-php$(PHP_MAJOR_MINOR )
1285
1296
$(call run_tests_debug,tests/Integrations/Predis/Latest)
1286
1297
test_integrations_frankenphp : global_test_run_dependencies
0 commit comments