Skip to content

Commit

Permalink
Add OTP 27 and Elixir 1.17 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Dec 16, 2024
1 parent 836c2eb commit cc4d87a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.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.2
elixir-version: 1.16.1
otp-version: 27.2
elixir-version: 1.17.3
version-type: strict

- name: Install dependencies
Expand Down Expand Up @@ -44,6 +44,8 @@ jobs:
# - erlang: master
# elixir: main

- erlang: 27.2
elixir: 1.17.3
- erlang: 26.2
elixir: 1.16.1
- erlang: 25.3
Expand All @@ -68,8 +70,8 @@ jobs:
elixir: 1.6.6

env:
HEXPM_OTP: OTP-26.2
HEXPM_ELIXIR: v1.16.1
HEXPM_OTP: OTP-27.2
HEXPM_ELIXIR: v1.17.3
HEXPM_PATH: hexpm
HEXPM_ELIXIR_PATH: hexpm_elixir
HEXPM_OTP_PATH: hexpm_otp
Expand Down

0 comments on commit cc4d87a

Please sign in to comment.