CI is failing
Closed this issue · 0 comments
janpieper commented
The CI is currently failing with this error:
Example: https://github.com/sheharyarn/memento/actions/runs/10110467414/job/27986482853
The CI workflow is configured to use ubuntu-latest
:
memento/.github/workflows/ci.yml
Lines 11 to 12 in 5aef081
I guess ubuntu-latest
is currently pointing to ubuntu-24.04
which only supports OTP 24.3 - 27
:
Either one adds another CI-job for legacy Elixir/OTP-versions or one could drop support for those old versions 🤷♂️