Skip to content

Commit

Permalink
Remove TODO about changing the fixture PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Nov 14, 2023
1 parent 601ed60 commit ccffb98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -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!"

0 comments on commit ccffb98

Please sign in to comment.