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
+2 -2
View File
@@ -39,7 +39,7 @@ For Audio support, you should also run the following command before exiting:
.. prompt:: powershell
choco upgrade temurin17 -y
choco upgrade temurin25 -y
From here, exit the prompt then continue onto `creating-venv-windows`.
@@ -66,7 +66,7 @@ Manually installing dependencies
.. attention:: Please choose the option to "Git from the command line and also from 3rd-party software" in Git's setup.
* `Java 17 <https://adoptium.net/temurin/releases/?version=17>`_ - needed for Audio
* `Java 25 <https://adoptium.net/temurin/releases/?version=25>`_ - needed for Audio
From here, continue onto `creating-venv-windows`.