@@ -652,7 +652,7 @@ TEST_INTEGRATIONS_72 := \
652
652
test_integrations_elasticsearch1 \
653
653
test_integrations_guzzle5 \
654
654
test_integrations_guzzle6 \
655
- test_integrations_guzzle7 \
655
+ test_integrations_guzzle_latest \
656
656
test_integrations_pcntl \
657
657
test_integrations_phpredis3 \
658
658
test_integrations_phpredis4 \
@@ -711,7 +711,7 @@ TEST_INTEGRATIONS_73 :=\
711
711
test_integrations_elasticsearch7 \
712
712
test_integrations_guzzle5 \
713
713
test_integrations_guzzle6 \
714
- test_integrations_guzzle7 \
714
+ test_integrations_guzzle_latest \
715
715
test_integrations_pcntl \
716
716
test_integrations_phpredis3 \
717
717
test_integrations_phpredis4 \
@@ -771,7 +771,7 @@ TEST_INTEGRATIONS_74 := \
771
771
test_integrations_elasticsearch_latest \
772
772
test_integrations_guzzle5 \
773
773
test_integrations_guzzle6 \
774
- test_integrations_guzzle7 \
774
+ test_integrations_guzzle_latest \
775
775
test_integrations_pcntl \
776
776
test_integrations_phpredis3 \
777
777
test_integrations_phpredis4 \
@@ -838,7 +838,7 @@ TEST_INTEGRATIONS_80 := \
838
838
test_integrations_googlespanner \
839
839
test_integrations_guzzle5 \
840
840
test_integrations_guzzle6 \
841
- test_integrations_guzzle7 \
841
+ test_integrations_guzzle_latest \
842
842
test_integrations_pcntl \
843
843
test_integrations_phpredis5 \
844
844
test_integrations_predis_latest \
@@ -890,7 +890,7 @@ TEST_INTEGRATIONS_81 := \
890
890
test_opentelemetry_1 \
891
891
test_opentelemetry_beta \
892
892
test_integrations_googlespanner \
893
- test_integrations_guzzle7 \
893
+ test_integrations_guzzle_latest \
894
894
test_integrations_pcntl \
895
895
test_integrations_pdo \
896
896
test_integrations_elasticsearch7 \
@@ -945,7 +945,7 @@ TEST_INTEGRATIONS_82 := \
945
945
test_opentelemetry_1 \
946
946
test_opentelemetry_beta \
947
947
test_integrations_googlespanner \
948
- test_integrations_guzzle7 \
948
+ test_integrations_guzzle_latest \
949
949
test_integrations_pcntl \
950
950
test_integrations_pdo \
951
951
test_integrations_elasticsearch7 \
@@ -1008,7 +1008,7 @@ TEST_INTEGRATIONS_83 := \
1008
1008
test_opentelemetry_1 \
1009
1009
test_opentelemetry_beta \
1010
1010
test_integrations_googlespanner \
1011
- test_integrations_guzzle7 \
1011
+ test_integrations_guzzle_latest \
1012
1012
test_integrations_pcntl \
1013
1013
test_integrations_pdo \
1014
1014
test_integrations_elasticsearch7 \
@@ -1237,8 +1237,8 @@ test_integrations_guzzle5: global_test_run_dependencies tests/Integrations/Guzzl
1237
1237
$(call run_tests_debug,tests/Integrations/Guzzle/V5)
1238
1238
test_integrations_guzzle6 : global_test_run_dependencies tests/Integrations/Guzzle/V6/composer.lock-php$(PHP_MAJOR_MINOR )
1239
1239
$(call run_tests_debug,tests/Integrations/Guzzle/V6)
1240
- test_integrations_guzzle7 : global_test_run_dependencies tests/Integrations/Guzzle/V7 /composer.lock-php$(PHP_MAJOR_MINOR )
1241
- $(call run_tests_debug,tests/Integrations/Guzzle/V7 )
1240
+ test_integrations_guzzle_latest : global_test_run_dependencies tests/Integrations/Guzzle/Latest /composer.lock-php$(PHP_MAJOR_MINOR )
1241
+ $(call run_tests_debug,tests/Integrations/Guzzle/Latest )
1242
1242
test_integrations_kafka : global_test_run_dependencies
1243
1243
$(call run_tests_debug,tests/Integrations/Kafka)
1244
1244
test_integrations_laminaslog2 : global_test_run_dependencies tests/Integrations/Logs/LaminasLogV2/composer.lock-php$(PHP_MAJOR_MINOR )
0 commit comments