Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed May 25, 2024
1 parent 54a4b78 commit ab7148d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.13.x
otp: 24
- elixir: 1.14.x
otp: 25
- elixir: "1.13.x"
otp: "24"
- elixir: "1.14.x"
otp: "25"
- elixir: "1.16.x"
otp: "26"
- elixir: "1.17.0-rc.0"
otp: "27"
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit ab7148d

Please sign in to comment.