Skip to content

Commit

Permalink
Support Elixir 17.x/Erlang OTP 27.x in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Aug 16, 2024
1 parent e6d384a commit 460f27e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
matrix:
include:
- pair:
elixir: "1.11"
otp: "21.3"
elixir: 1.11.x
otp: 21.x
- pair:
elixir: "1.16"
otp: "26.2"
elixir: 1.17.x
otp: 27.x
lint: lint
coverage: coverage
steps:
Expand Down

0 comments on commit 460f27e

Please sign in to comment.