diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 77f205d..5f8cc7f 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -12,8 +12,8 @@ jobs: - name: Install OTP and Elixir uses: erlef/setup-beam@v1 with: - otp-version: 26.0.1 - elixir-version: 1.16.x + otp-version: 26.x + elixir-version: 1.17.x experimental-otp: true - name: Install dependencies @@ -32,6 +32,12 @@ jobs: fail-fast: false matrix: 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: 26.x + elixir: 1.17.x - otp: 26.x elixir: 1.16.x - otp: 26.x