Skip to content

Commit

Permalink
Use latest OTP and Elixir versions for linting
Browse files Browse the repository at this point in the history
Instead of master and main, use the latest actual release to prevent
the Dialyzer PLT from having to be regenerated every time as updates
are pushed to Elixir and Erlang.
  • Loading branch information
jeffkreeftmeijer committed Jun 19, 2024
1 parent 50b21f2 commit f271304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: master
elixir-version: main
otp-version: 27.x
elixir-version: 1.17.x
- name: PLT cache
uses: actions/cache@v4
id: plt_cache
Expand Down

0 comments on commit f271304

Please sign in to comment.