Commit 458e541
Fix mise java version and source CI tool versions from mise (#24)
Renovate bumped `java = "zulu-17"` to `zulu-17.0.19+10`, but mise's Zulu
backend uses Azul's distribution versioning (zulu-17.66.x.0), not JDK
version strings — so `mise install` failed with "no metadata found".
Switch to `temurin-17.0.19+10`, which uses that exact version format and
matches the distribution CI already built with.
CI didn't catch the breakage because it installed node/bun/java via the
hardcoded actions/setup-* actions, never reading mise.toml. Replace those
with jdx/mise-action so CI installs straight from mise.toml — now an
invalid version fails the PR instead of only failing locally.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 4f6d527 commit 458e541
3 files changed
Lines changed: 13 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
| |||
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
53 | 40 | | |
54 | 41 | | |
55 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
47 | 36 | | |
48 | 37 | | |
49 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
0 commit comments