sheharyarn/memento

CI is failing

Closed this issue · 0 comments

The CI is currently failing with this error:

Screenshot from 2024-07-29 08-01-44

Example: https://github.com/sheharyarn/memento/actions/runs/10110467414/job/27986482853

The CI workflow is configured to use ubuntu-latest:

name: Build and test
runs-on: ubuntu-latest

I guess ubuntu-latest is currently pointing to ubuntu-24.04 which only supports OTP 24.3 - 27:

Screenshot from 2024-07-29 08-01-20

Either one adds another CI-job for legacy Elixir/OTP-versions or one could drop support for those old versions 🤷‍♂️