Skip to content

Commit

Permalink
Test with Elixir 1.17 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikl authored Jul 1, 2024
1 parent 2635196 commit 5d7bcd6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5d7bcd6

Please sign in to comment.