From 453136020fe0d97baeeef2b2d016d4329b468589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phan=20H=E1=BB=AFu=20T=C3=A0i?= Date: Fri, 22 May 2026 21:10:15 +0700 Subject: [PATCH] feat: update Java JDK 21 -> 26 --- setup_ubuntu_env.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup_ubuntu_env.sh b/setup_ubuntu_env.sh index 39cbad4..00db849 100644 --- a/setup_ubuntu_env.sh +++ b/setup_ubuntu_env.sh @@ -128,7 +128,7 @@ Options: --python Install Python 3, venv and pip --php Install PHP runtime for Laravel-style apps --composer Install Composer - --java Install OpenJDK 21 + --java Install OpenJDK 26 --maven Install Maven --go Install Go toolchain from Ubuntu repo --corepack Enable pnpm and yarn via Corepack @@ -217,8 +217,8 @@ install_runtime_composer() { } install_runtime_java() { - log "Installing OpenJDK 21" - install_apt_packages openjdk-21-jdk + log "Installing OpenJDK 26" + install_apt_packages openjdk-26-jdk } install_runtime_maven() {