diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d687d17e..8327a3a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,10 +22,15 @@ jobs: # https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp include: # Newest supported Elixir/Erlang pair. + - elixir: '1.18.4' + otp: '28.0' + lint: true + dialyzer: true + os: ubuntu-latest + - elixir: '1.18' otp: '27.2' lint: true - dialyzer: true os: ubuntu-latest # One version before the last supported one.