Add pinned Java 25 to Mise on WSL workstation

This commit is contained in:
Fabio Scotto di Santolo
2026-09-21 11:57:51 +02:00
parent e837b0059b
commit 3ac732751c
3 changed files with 19 additions and 3 deletions

View File

@@ -12,9 +12,10 @@ workstation_dev_wsl_packages:
- python3-pip
- tmux
# Java 11 and Maven are managed by Mise on this Fedora WSL profile. Keep their
# versions pinned; update them deliberately.
# Java 11, Java 25 and Maven are managed by Mise on this Fedora WSL profile.
# Keep their versions pinned; update them deliberately.
workstation_mise_java_version: temurin-11.0.31+11
workstation_mise_java_25_version: 25.0.2
workstation_mise_maven_version: 3.9.16
workstation_is_wsl: true