Skip to content

Commit

Permalink
add a note for our future selves
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Oct 25, 2023
1 parent 767d442 commit 1e77f7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e
echo "Running PHP $PHP_VERSION tests..."

TERMINUS_PLUGINS_DIR=.. terminus list -n remote
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 @@ -40,4 +41,6 @@ echo "Editing the ~/.ssh/config file"
echo " UserKnownHostsFile /dev/null"
} >> ~/.ssh/config

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

0 comments on commit 1e77f7a

Please sign in to comment.