Skip to content

Commit

Permalink
Add Elixir 1.15 and 1.16 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Awea committed Feb 6, 2024
1 parent e6d3c6c commit 03c5875
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.16.x
otp: 26.x
- elixir: 1.15.x
otp: 26.x
- elixir: 1.14.x
otp: 25.x
check_formatted: true
Expand Down

0 comments on commit 03c5875

Please sign in to comment.