From 5d7bcd6f58f0d22c173fbc56d88b2475d2e719ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20H=C3=B8gh?= Date: Mon, 1 Jul 2024 10:48:08 +0200 Subject: [PATCH] Test with Elixir 1.17 (#230) --- .github/workflows/elixir.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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