Skip to content

Commit

Permalink
Merge pull request #247 from nappex/gh-action-latest-ver
Browse files Browse the repository at this point in the history
Use latest version of OTP and elixir for CI
  • Loading branch information
Glutexo authored Nov 9, 2024
2 parents bf0cdad + 548cb3a commit fcfea46
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 fcfea46

Please sign in to comment.