Skip to content

Commit

Permalink
Adjust elixir/otp test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eskil committed Feb 4, 2024
1 parent 69029ab commit b298cd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/elixir-unlocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: ['24', '25']
elixir: ['1.13', '1.14']
otp: ['24', '25', '26']
elixir: ['1.14', '1.15', '1.16']
exclude:
- elixir: '1.12'
otp: '25'
- elixir: '1.13'
otp: '25'
- elixir: '1.16'
otp: '24'
steps:
- uses: actions/checkout@v3
- name: Set up Elixir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Install dependencies
run: mix deps.get
- name: Run tests
run: mix test
run: mix test --trace

0 comments on commit b298cd8

Please sign in to comment.