Skip to content

Commit 7afe57d

Browse files
pepicrftclaude
andcommitted
fix: Use valid Java 21 LTS version in mise config
The previous version string "25.0.1+8.0.LTS" was invalid and caused CI failures. Java 21 is the current LTS version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a3068ee commit 7afe57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ node = "24.11.1"
1616
pnpm = "latest"
1717
fnox = "latest"
1818
age = "latest"
19-
java = "25.0.1+8.0.LTS" # LTS version
19+
java = "21" # LTS version
2020
"npm:wrangler" = "latest"
2121

2222
[tasks."docs:deploy-with-secrets"]

0 commit comments

Comments
 (0)