feat: update Java JDK 21 -> 26

This commit is contained in:
2026-05-22 21:10:15 +07:00
parent c6d620b08a
commit 453136020f

View File

@@ -128,7 +128,7 @@ Options:
--python Install Python 3, venv and pip --python Install Python 3, venv and pip
--php Install PHP runtime for Laravel-style apps --php Install PHP runtime for Laravel-style apps
--composer Install Composer --composer Install Composer
--java Install OpenJDK 21 --java Install OpenJDK 26
--maven Install Maven --maven Install Maven
--go Install Go toolchain from Ubuntu repo --go Install Go toolchain from Ubuntu repo
--corepack Enable pnpm and yarn via Corepack --corepack Enable pnpm and yarn via Corepack
@@ -217,8 +217,8 @@ install_runtime_composer() {
} }
install_runtime_java() { install_runtime_java() {
log "Installing OpenJDK 21" log "Installing OpenJDK 26"
install_apt_packages openjdk-21-jdk install_apt_packages openjdk-26-jdk
} }
install_runtime_maven() { install_runtime_maven() {