Skip to content

Commit

Permalink
ci: update ci test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Jul 9, 2024
1 parent 6fcbbe5 commit d409afe
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,20 @@ jobs:
matrix:
include:
- pair:
elixir: '1.12'
otp: 23
- pair:
elixir: '1.13'
elixir: 1.13
otp: 24.3
- pair:
elixir: '1.14'
elixir: 1.14
otp: 25
- pair:
elixir: 1.15
otp: 25
- pair:
elixir: 1.16
otp: 26
- pair:
elixir: 1.17
otp: 27
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit d409afe

Please sign in to comment.