Skip to content

Commit

Permalink
Bump JDK to 17.0.11+9
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Apr 19, 2024
1 parent e61039f commit 7596591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provision/provision-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function provision() {
step install_scm_tools

step install_mise_tools \
"[email protected].10+7" \
"[email protected].11+9" \
"[email protected]" \
"[email protected]"
step install_ruby_default_gems
Expand Down
2 changes: 1 addition & 1 deletion provision/provision-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function provision() {
step install_scm_tools

step install_mise_tools \
"[email protected].10+7" \
"[email protected].11+9" \
"[email protected]" \
"[email protected]"
step install_ruby_default_gems
Expand Down

0 comments on commit 7596591

Please sign in to comment.