Creating an environment to use specific versions of packages, Julia uses most current anyway

You may be running into stacked environments:

https://docs.julialang.org/en/v1/manual/code-loading/#Environment-stacks-1

If you previously activated an environment that (even indirectly) loaded the newer version of JuMP, the Manifest entry no longer matters.

1 Like