Skip to content

Commit

Permalink
Try to fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
preciz committed Dec 15, 2023
1 parent ec3330b commit 5b4694a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
mix_test:
name: mix test (OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}})

env:
MIX_ENV: test

strategy:
matrix:
include:
- elixir: 1.12.0
otp: 22.3

- elixir: 1.14.3
otp: 25.1
lint: true
Expand Down

0 comments on commit 5b4694a

Please sign in to comment.