Skip to content

Commit

Permalink
fix: matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
maximemenager committed Apr 24, 2024
1 parent 13cf42e commit cac41a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ["23.x", "24.x", "25.x"]
elixir: ["1.12.x", "1.13.x", "1.14.x", "1.15.x", "1.16.x"]
otp: ["23", "24", "25"]
elixir: ["1.12", "1.13", "1.14", "1.15", "1.16"]
exclude:
- elixir: 1.12.x
otp: 25.x
Expand Down

0 comments on commit cac41a8

Please sign in to comment.