We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4410382 commit 67f64caCopy full SHA for 67f64ca
.github/workflows/lint.yml
@@ -48,7 +48,8 @@ jobs:
48
- name: Install Elixir (for Mix dependencies)
49
uses: erlef/setup-beam@v1
50
with:
51
- elixir-version: '1.15'
+ otp-version: ${{ matrix.otp_version }}
52
+ elixir-version: '1.17'
53
install-hex: true
54
install-rebar: true
55
.github/workflows/test.yml
@@ -30,7 +30,8 @@ jobs:
30
31
32
33
34
35
36
37
0 commit comments