Skip to content

Commit

Permalink
add PHP version to behat-prepare so we can be sure that we're on 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Nov 9, 2023
1 parent 95fe610 commit 6cb1a74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/behat-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ PANTHEON_SITE_URL="$TERMINUS_ENV-$TERMINUS_SITE.pantheonsite.io"
PREPARE_DIR="/tmp/$TERMINUS_ENV-$TERMINUS_SITE"
BASH_DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

PHP_VERSION="$(terminus env:info "$SITE_ENV" --field=php_version)"
echo "PHP Version: $PHP_VERSION"

###
# Switch to git mode for pushing the files up
###
Expand Down

0 comments on commit 6cb1a74

Please sign in to comment.