Skip to content

Commit

Permalink
chore: fix test action
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed May 8, 2024
1 parent db6140b commit 288ce73
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: [24.2, 25.3.2.10]
elixir: [1.12.3, 1.14.4]
include:
- otp: '24.2'
elixir: '1.12.3'
- otp: '25.3.2.10'
elixir: '1.14.4'
env:
MIX_ENV: test
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 288ce73

Please sign in to comment.