From cedeea3ffe21875648e95dfd2b08d674317e5577 Mon Sep 17 00:00:00 2001 From: Tatsuya Ono Date: Mon, 28 Oct 2024 20:05:08 +0000 Subject: [PATCH] Test with OTP 27 --- .github/workflows/elixir.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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