Skip to content

Commit 489aa68

Browse files
authored
Support Elixir 1.18 (#120)
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.
1 parent ef7351c commit 489aa68

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/elixir.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- elixir: 1.15.0
22-
erlang: 24.0.0
23-
- elixir: 1.16.0
24-
erlang: 24.0.0
25-
- elixir: 1.17.0
26-
erlang: 27.0.0
21+
- elixir: "1.15.x"
22+
erlang: "24.x"
23+
- elixir: "1.16.x"
24+
erlang: "24.x"
25+
- elixir: "1.17.x"
26+
erlang: "27.x"
27+
- elixir: "1.18.x"
28+
erlang: "27.x"
2729
services:
2830
db:
2931
image: postgres:15

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.17
1+
elixir 1.18
22
erlang 27.0

0 commit comments

Comments
 (0)