Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Mar 12, 2024
1 parent 1e07d21 commit eeef150
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
otp: 25.x
- elixir: 1.15.x
otp: 26.x
- elixir: 1.16.x
otp: 27.x
steps:
- uses: erlef/setup-beam@v1
with:
Expand All @@ -28,7 +30,7 @@ jobs:
- run: mix deps.get
- run: mix deps.unlock --check-unused
- run: mix format --check-formatted
if: startsWith(matrix.elixir, '1.15')
if: startsWith(matrix.elixir, '1.16')
- run: mix compile --force --warnings-as-errors
- run: mix credo --strict
- run: mix test --trace

0 comments on commit eeef150

Please sign in to comment.