Bump Java versions in install guides to latest available LTSes (#6759)

This commit is contained in:
Jakub Kuczys
2026-05-22 08:26:15 +02:00
committed by GitHub
parent 661e0f7f18
commit f6259ed0a2
13 changed files with 23 additions and 23 deletions
@@ -13,13 +13,13 @@ Install them with dnf:
sudo dnf -y update
sudo dnf -y group install development
sudo dnf -y install python3.11 python3.11-devel java-17-openjdk-headless nano git
sudo dnf -y install python3.11 python3.11-devel java-25-openjdk-headless nano git
Set ``java`` executable to point to Java 17:
Set ``java`` executable to point to Java 21:
.. prompt:: bash
sudo alternatives --set java "java-17-openjdk.$(uname -i)"
sudo alternatives --set java "java-21-openjdk.$(uname -i)"
.. Include common instructions: