diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index c8928ac..b77c97f 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -34,8 +34,8 @@ jobs: include: # rabbit_common currently does not compile against OTP v27. # This needs to be fixed upstream to achieve compatibility. - #- otp: 27.x - # elixir: 1.17.x + - otp: 27.x + elixir: 1.17.x - otp: 26.x elixir: 1.17.x - otp: 26.x @@ -46,8 +46,6 @@ jobs: elixir: 1.14.5 - otp: 25.x elixir: 1.13.4 - - otp: 24.x - elixir: 1.12.3 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} MIX_ENV: test