Skip to content

Commit

Permalink
Bump Elixir on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Nov 5, 2021
1 parent a8ca119 commit 582d9cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
- name: Install Erlang & Elixir
uses: erlef/setup-beam@v1
with:
otp-version: '24.0'
elixir-version: '1.12.3'
# TODO cleanup once 1.13 is out
# otp-version: '24.0'
otp-version: '24.1.4'
elixir-version: 'v1.13.0-rc'
version-type: 'strict'
- name: Cache Mix
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 582d9cb

Please sign in to comment.