Skip to content

Commit

Permalink
Support Elixir 1.18 in GitHub CI (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored Jan 8, 2025
1 parent c8f62bf commit 30301be
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.11.3
otp: 21.3
elixir: "1.11"
otp: "21"
- pair:
elixir: 1.17.2
otp: 27.0
elixir: "1.18"
otp: "27"
lint: lint
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 30301be

Please sign in to comment.