Skip to content

Commit 2a7c22a

Browse files
committed
Raise the mise floor to 2026.7.8 (fleet lockstep)
Bumps this repo's vendored floor pair — min_version in .mise.toml and mise_min_version in bin/setup — in lockstep with the fleet-wide raise to the first mise containing jdx/mise#11034 (transport-agnostic repo-origin comparison), which the docker-dev-origin v2 setup block relies on. The literal is provisional on the first PUBLISHED qualifying release: the v2026.7.8 tag contains the fix, but its release builds have failed (deterministic macos-arm64 PGO mismatch) — re-literal before merge if a later release publishes first. Setup upgrades mise in place, so un-upgraded machines converge on their next bin/setup run; until then a raised .mise.toml floor errors on every mise invocation in this checkout (announce before landing).
1 parent 595ebf5 commit 2a7c22a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
min_version = "2026.7.5"
1+
min_version = "2026.7.8"
22

33
[settings]
44
idiomatic_version_file_enable_tools = ["ruby"]

bin/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ step() {
3939
return $exit_code
4040
}
4141

42-
mise_min_version="2026.7.5" # keep in lockstep with min_version in .mise.toml
42+
mise_min_version="2026.7.8" # keep in lockstep with min_version in .mise.toml
4343

4444
mise_too_old() {
4545
local current="$(mise --version 2>/dev/null | awk '{ print $1; exit }')"

0 commit comments

Comments
 (0)