Skip to content

Commit

Permalink
Add OTP 24..26 and Elixir 1.13..1.15 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gomoripeti committed Oct 31, 2023
1 parent d5e8d93 commit fe87e36
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
fail-fast: false
matrix:
include:
- otp_version: 26
# hdr_histogram NIF requires the below PR to be merged to build on OTP 26
# https://github.com/HdrHistogram/hdr_histogram_erl/pull/44
erl_hist: true

- otp_version: 25

- otp_version: 24

- otp_version: 23

- otp_version: 22
Expand Down Expand Up @@ -163,6 +172,21 @@ jobs:
otp_version: 23
rebar3: '3.19.0'

- elixir: 1.13.x
otp_version: 24
rebar3: '3.20.0'

- elixir: 1.14.x
otp_version: 25
rebar3: '3.21.0'

- elixir: 1.15.x
otp_version: 26
rebar3: '3.22.1'
# hdr_histogram NIF requires the below PR to be merged to build on OTP 26
# https://github.com/HdrHistogram/hdr_histogram_erl/pull/44
erl_hist: true

steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit fe87e36

Please sign in to comment.