We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa26a5 commit ab601b5Copy full SHA for ab601b5
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Set up Elixir
32
uses: erlef/setup-beam@v1
33
with:
34
- elixir-version: "1.17.2"
+ elixir-version: "1.18.0"
35
otp-version: "27.0.1"
36
- name: Restore dependencies cache
37
uses: actions/cache@v3
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
.tool-versions
@@ -1,2 +1,2 @@
1
-elixir 1.17.2-otp-27
+elixir 1.18.0-otp-27
2
erlang 27.0.1
0 commit comments