Skip to content

Commit 931c773

Browse files
committed
bump workflow versions for elixir/otp
1 parent 3f57132 commit 931c773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Elixir setup
2121
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
2222
with:
23-
elixir-version: '1.6.4' # Note: outdated Elixir version, update whenever possible.
24-
otp-version: '20.0' # Note: outdated OTP version, update whenever possible.
23+
elixir-version: '1.13.0' # Note: outdated Elixir version, update whenever possible.
24+
otp-version: '24.1.7' # Note: outdated OTP version, update whenever possible.
2525

2626
# --------------------------------------
2727
# Retrieve Cached Dependencies

0 commit comments

Comments
 (0)