Skip to content

Commit

Permalink
Revert "revert version increase"
Browse files Browse the repository at this point in the history
This reverts commit c8f2bc7.
  • Loading branch information
swiggins83 committed Dec 10, 2021
1 parent c8f2bc7 commit 3311981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- name: Set up Elixir
uses: actions/setup-elixir@v1
with:
elixir-version: "1.10.3" # Define the elixir version [required]
otp-version: "22.3" # Define the OTP version [required]
elixir-version: "1.11.0" # Define the elixir version [required]
otp-version: "23.2" # Define the OTP version [required]
experimental-otp: true
- name: Restore dependencies cache
uses: actions/cache@v2
Expand Down

0 comments on commit 3311981

Please sign in to comment.