Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernheisel committed Dec 6, 2023
1 parent 84f9dae commit 39c9c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: '21'
elixir-version: '1.11.4'
otp-version: '22'
elixir-version: '1.12.3-otp-22'
- run: rm mix.lock
- run: mix deps.get
- run: mix compile --force --warnings-as-errors
Expand Down

0 comments on commit 39c9c41

Please sign in to comment.