Skip to content

Commit

Permalink
⬆️ Upgrade to Elixir 1.18.x (#131)
Browse files Browse the repository at this point in the history
Update CI to run on Elixir 1.14 - 1.18 (adding 1.18 and dropping 1.13).

There have been no changes that warrant dropping support for 1.13, so not updating the minimum Elixir version for now.
  • Loading branch information
randycoulman authored Jan 7, 2025
1 parent 2da64bb commit 2013136
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
strategy:
matrix:
include:
- elixir: '1.13'
otp: '24'
- elixir: '1.14'
otp: '25'
- elixir: '1.15'
Expand All @@ -29,6 +27,8 @@ jobs:
otp: '26'
- elixir: '1.17'
otp: '27'
- elixir: '1.18'
otp: '27'
steps:
- name: Set up Elixir
id: setup
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: mix compile --warnings-as-errors

- name: Check formatting
if: ${{matrix.elixir == '1.17'}}
if: ${{matrix.elixir == '1.18'}}
run: mix format --check-formatted

- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 27.0.1
elixir 1.17.2-otp-27
erlang 27.2
elixir 1.18.1-otp-27

0 comments on commit 2013136

Please sign in to comment.