Skip to content

Commit 8954721

Browse files
committed
Bump GitHub Elixir 1.17.x release
1 parent 2409e3a commit 8954721

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: setup
2222
uses: erlef/setup-beam@v1
2323
with:
24-
elixir-version: '1.17.1'
24+
elixir-version: '1.17.2'
2525
otp-version: '27.0'
2626

2727
- name: mix-cache
@@ -74,7 +74,7 @@ jobs:
7474
id: setup
7575
uses: erlef/setup-beam@v1
7676
with:
77-
elixir-version: '1.17.1'
77+
elixir-version: '1.17.2'
7878
otp-version: '27.0'
7979

8080
- name: mix-cache
@@ -137,7 +137,7 @@ jobs:
137137
- elixir: '1.16.3'
138138
otp: '26.2'
139139
runs-on: ubuntu-22.04
140-
- elixir: '1.17.1'
140+
- elixir: '1.17.2'
141141
otp: '27.0'
142142
runs-on: ubuntu-22.04
143143

.github/workflows/verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: setup
3131
uses: erlef/setup-beam@v1
3232
with:
33-
elixir-version: '1.17.1'
33+
elixir-version: '1.17.2'
3434
otp-version: '27.0'
3535

3636
- name: mix-cache

0 commit comments

Comments
 (0)