Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Nov 13, 2024
1 parent 0e562de commit 4ccd682
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
fail-fast: false
matrix:
include:
# Oldest-supported Elixir/OTP versions.
- elixir: "1.13.4"
otp: "25.3"
# Hard to test the oldest-supported version because rabbit_common and friends
# are a bit hard to get compatibility right for. However, we don't really need
# to do that here.
- elixir: "1.16"
otp: "26.3"

# Latest-supported Elixir/OTP versions.
- elixir: "1.17.3"
Expand Down

0 comments on commit 4ccd682

Please sign in to comment.