Skip to content

Commit

Permalink
Use latest version of OTP and elixir for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nappex committed Nov 9, 2024
1 parent bf0cdad commit ff62292
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 @@ -18,8 +18,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: '1.12.3'
otp-version: '24.1'
elixir-version: 'latest'
otp-version: 'latest'
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit ff62292

Please sign in to comment.