From a72d82c0da7340f01a042b920c67f54b089374ea Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Fri, 20 Dec 2024 09:51:04 -0800 Subject: [PATCH] fix individual package script --- .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