Skip to content

Commit

Permalink
Add Elixir 1.18 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerWitt committed Jan 10, 2025
1 parent fed82c7 commit 9efff67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: "1.18.1"
otp: "27.2"
lint: lint
- elixir: "1.17.3"
otp: "27.1"
lint: lint
- elixir: "1.17.3"
otp: "25.0.4"
- elixir: "1.14.5"
Expand Down

0 comments on commit 9efff67

Please sign in to comment.