Skip to content

Commit

Permalink
Support Elixir 1.18 in CI (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored Feb 25, 2025
1 parent d87b4a1 commit 81b6e8b
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 @@ -16,11 +16,11 @@ jobs:
matrix:
include:
- pair:
elixir: 1.7.x
otp: 22.x
elixir: "1.7"
otp: "22"
- pair:
elixir: 1.17.x
otp: 27.x
elixir: "1.18"
otp: "27"
lint: lint
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 81b6e8b

Please sign in to comment.