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 066ec97 commit 7e540c7Copy full SHA for 7e540c7
.github/workflows/build.yml
@@ -134,16 +134,16 @@ jobs:
134
- name: Linux Elixir
135
uses: erlef/setup-beam@v1
136
with:
137
- otp-version: "26.1.2"
138
- elixir-version: "1.15.7"
+ otp-version: "27"
+ elixir-version: "1.17"
139
if: matrix.os == 'ubuntu-latest'
140
141
# Install Elixir on Windows
142
- name: Win Elixir
143
144
145
146
147
if: matrix.os == 'windows-latest'
148
149
# Install Elixir on MacOS
0 commit comments