Skip to content

Commit

Permalink
Update OTP and elixir version in elixir CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Aug 28, 2024
1 parent a3f6b6c commit 35dc9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: '1.16.3'
otp-version: '26'
elixir-version: latest
otp-version: latest
- name: Run formatter
run: mix format --check-formatted
- name: Install dependencies
Expand Down

0 comments on commit 35dc9c8

Please sign in to comment.