From 672167c562190b72ea07189ef6240b0b7d96ca09 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Fri, 20 Dec 2024 01:17:54 +0000 Subject: [PATCH] maybe fix package tests --- .github/run-package-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/run-package-tests.sh b/.github/run-package-tests.sh index e62b7a44fb4f..997a783770fd 100644 --- a/.github/run-package-tests.sh +++ b/.github/run-package-tests.sh @@ -45,7 +45,7 @@ FAILED_FILE=$(mktemp -d)/failed for DIR in ${DIRS}; do { cp ${DIR}/composer.json ${DIR}/composer-local.json # Update composer to use local packages - for i in CommonProtos,common-protos,4.0 BigQuery,cloud-bigquery Core,cloud-core Logging,cloud-logging PubSub,cloud-pubsub Storage,cloud-storage ShoppingCommonProtos,shopping-common-protos GeoCommonProtos,geo-common-protos,0.1; do + for i in CommonProtos,common-protos,4.100 BigQuery,cloud-bigquery Core,cloud-core Logging,cloud-logging PubSub,cloud-pubsub Storage,cloud-storage ShoppingCommonProtos,shopping-common-protos GeoCommonProtos,geo-common-protos,0.1; do IFS=","; set -- $i; if grep -q "\"google/$2\":" ${DIR}/composer.json; then # determine local package version