brew.sh: always run test-bot under Ruby 3

This commit is contained in:
Bo Anderson 2023-11-24 14:19:32 +00:00
parent 942e77d3a8
commit 2658f4467f
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -502,7 +502,7 @@ case "$*" in
;;
esac
if [[ -n "${HOMEBREW_DEVELOPER}" ]]
if [[ -n "${HOMEBREW_DEVELOPER}" || "$1" == "test-bot" ]]
then
export HOMEBREW_RUBY3="1"
fi