Skip to content

Commit 265b119

Browse files
committed
Update Elixir and OTP versions in release workflow to 1.18.x and 27.x
1 parent 634d4cf commit 265b119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Set up Elixir
1919
uses: erlef/setup-beam@v1
2020
with:
21-
elixir-version: '1.15.x'
22-
otp-version: '26.x'
21+
elixir-version: '1.18.x'
22+
otp-version: '27.x'
2323

2424
- name: Install dependencies
2525
run: mix deps.get

0 commit comments

Comments
 (0)