We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7351c commit 489aa68Copy full SHA for 489aa68
.github/workflows/elixir.yml
@@ -18,12 +18,14 @@ jobs:
18
fail-fast: false
19
matrix:
20
include:
21
- - elixir: 1.15.0
22
- erlang: 24.0.0
23
- - elixir: 1.16.0
24
25
- - elixir: 1.17.0
26
- erlang: 27.0.0
+ - elixir: "1.15.x"
+ erlang: "24.x"
+ - elixir: "1.16.x"
+ - elixir: "1.17.x"
+ erlang: "27.x"
27
+ - elixir: "1.18.x"
28
29
services:
30
db:
31
image: postgres:15
.tool-versions
@@ -1,2 +1,2 @@
1
-elixir 1.17
+elixir 1.18
2
erlang 27.0
0 commit comments