diff --git a/.bin/setup.sh b/.bin/setup.sh index 0b7c411d..8d92fde4 100755 --- a/.bin/setup.sh +++ b/.bin/setup.sh @@ -3,7 +3,6 @@ set -e echo "Running PHP $PHP_VERSION tests..." -PHP_VER="$PHP_VERSION" PHP_VERSION=$(echo "$PHP_VERSION" | tr -d '.') FS_TEST="fs-${BUILD_NUM}-${PHP_VERSION}" CI_TEST="ci-${BUILD_NUM}-${PHP_VERSION}" @@ -43,8 +42,6 @@ echo "Editing the ~/.ssh/config file" } >> ~/.ssh/config echo "✅ Done!" -echo "When PHP 8.3 is available on the platform, we will update the pantheon.yml to set the multidev environment to $PHP_VER to validate that the command runs on the platform with the approprate PHP version. For now, we're only running the command on whatever PHP version the fixture site is running." - terminus wp "$TERMINUS_SITE"."$FS_TEST" -- plugin install hello-dolly echo "✅ Done setting up $PHP_VER environments!" \ No newline at end of file