Skip to content

Commit 7e540c7

Browse files
committed
CI - bump Elixir versions
1 parent 066ec97 commit 7e540c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,16 @@ jobs:
134134
- name: Linux Elixir
135135
uses: erlef/setup-beam@v1
136136
with:
137-
otp-version: "26.1.2"
138-
elixir-version: "1.15.7"
137+
otp-version: "27"
138+
elixir-version: "1.17"
139139
if: matrix.os == 'ubuntu-latest'
140140

141141
# Install Elixir on Windows
142142
- name: Win Elixir
143143
uses: erlef/setup-beam@v1
144144
with:
145-
otp-version: "26.1.2"
146-
elixir-version: "1.15.7"
145+
otp-version: "27"
146+
elixir-version: "1.17"
147147
if: matrix.os == 'windows-latest'
148148

149149
# Install Elixir on MacOS

0 commit comments

Comments
 (0)