Skip to content

Commit

Permalink
Support Elixir 1.18 (#120)
Browse files Browse the repository at this point in the history
Updates the `.tool-versions` file to use Elixir 1.18 for dev and also
updates the build matrix to test against Elixir 1.18 on the CI.
  • Loading branch information
crbelaus authored Dec 21, 2024
1 parent ef7351c commit 489aa68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.15.0
erlang: 24.0.0
- elixir: 1.16.0
erlang: 24.0.0
- elixir: 1.17.0
erlang: 27.0.0
- elixir: "1.15.x"
erlang: "24.x"
- elixir: "1.16.x"
erlang: "24.x"
- elixir: "1.17.x"
erlang: "27.x"
- elixir: "1.18.x"
erlang: "27.x"
services:
db:
image: postgres:15
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.17
elixir 1.18
erlang 27.0

0 comments on commit 489aa68

Please sign in to comment.