Skip to content

Commit

Permalink
Include 1.16 in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed May 16, 2024
1 parent 8251d75 commit 29aacac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.15.x
- elixir: 1.16.x
otp: 26.x
check_formatted: true
- elixir: 1.15.x
otp: 26.x
- elixir: 1.14.x
otp: 25.x
- elixir: 1.13.x
Expand Down

0 comments on commit 29aacac

Please sign in to comment.