Skip to content

Commit

Permalink
Add Elixir 1.18 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Dec 20, 2024
1 parent ecaf5a9 commit 525696e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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.x
elixir-version: 1.16.x
otp-version: 27.x
elixir-version: 1.18.x

- name: Install dependencies
run: mix deps.get
Expand All @@ -36,6 +36,8 @@ jobs:
coverage: true
- otp: 27.x
elixir: 1.17.x
- otp: 27.x
elixir: 1.18.x
env:
MIX_ENV: test
steps:
Expand Down

0 comments on commit 525696e

Please sign in to comment.