Skip to content

Commit

Permalink
[CI] Use Ruby 3.3 for make.sh tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jun 7, 2024
1 parent 8162b8e commit 0552c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ STACK_VERSION=$VERSION
set -euo pipefail

product="elastic/elasticsearch-ruby"
RUBY_VERSION=${RUBY_VERSION-3.1}
RUBY_VERSION=${RUBY_VERSION-3.3}
WORKFLOW=${WORKFLOW-staging}

echo -e "\033[34;1mINFO:\033[0m PRODUCT ${product}\033[0m"
Expand Down

0 comments on commit 0552c6e

Please sign in to comment.