Skip to content

Commit

Permalink
update testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmries committed Jan 2, 2025
1 parent 19da5bc commit 1fd7094
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,21 @@ jobs:
strategy:
matrix:
pair:
- otp: "25.3.2"
- otp: "25"
elixir: "1.14"
nats: "2.10.0"

#- otp: "26.2.5"
# elixir: "1.16.2"
# nats: "2.10.14"
- otp: "26"
elixir: "1.16"
nats: "2.10.14"

#- otp: "27.1"
# elixir: "main"
# nats: "latest"
- otp: "27"
elixir: "1.17"
nats: "2.10.14"

- otp: "27"
elixir: "main"
nats: "latest"

env:
MIX_ENV: test
Expand Down

0 comments on commit 1fd7094

Please sign in to comment.