Skip to content

Commit

Permalink
Bump OTP and Elixir versions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Nov 17, 2022
1 parent f2b5bd3 commit 88fc5c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Set up Elixir environment
uses: erlef/setup-beam@v1
with:
otp-version: 23
elixir-version: 1.11
otp-version: 24
elixir-version: 1.13

- name: Check unused dependencies
run: mix deps.get && mix deps.unlock --check-unused
Expand All @@ -38,8 +38,8 @@ jobs:
versions:
- otp: 18.3
elixir: 1.4
- otp: 23
elixir: 1.11
- otp: 24
elixir: 1.13

env:
MIX_ENV: test
Expand Down

0 comments on commit 88fc5c5

Please sign in to comment.