Skip to content

Commit

Permalink
bump workflow versions for elixir/otp
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeygroover committed Dec 11, 2021
1 parent 3f57132 commit 931c773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Elixir setup
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
with:
elixir-version: '1.6.4' # Note: outdated Elixir version, update whenever possible.
otp-version: '20.0' # Note: outdated OTP version, update whenever possible.
elixir-version: '1.13.0' # Note: outdated Elixir version, update whenever possible.
otp-version: '24.1.7' # Note: outdated OTP version, update whenever possible.

# --------------------------------------
# Retrieve Cached Dependencies
Expand Down

0 comments on commit 931c773

Please sign in to comment.