chore(deps): add dedicated lock files for older Elixir versions - #1114
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f10a78b. Configure here.
| else | ||
| mix deps.get | ||
| fi | ||
| mix deps.get --check-locked |
There was a problem hiding this comment.
Unsupported flag on Elixir 1.13
High Severity
The CI download step always runs mix deps.get --check-locked, including on the Elixir 1.13 matrix job. That flag was added in Elixir 1.14, while this project still tests 1.13 and already skips --check-locked for older versions elsewhere in mix.exs.
Reviewed by Cursor Bugbot for commit f10a78b. Configure here.
f10a78b to
b29c7d8
Compare


This is needed after all so that we'll be able to bump various deps with no version conflicts.
#skip-changelog