Skip to content

Commit

Permalink
Merge pull request #28 from kevinschweikert/ci/elixir-1-18
Browse files Browse the repository at this point in the history
Add Elixir 1.18 to CI
  • Loading branch information
kevinschweikert authored Dec 23, 2024
2 parents 9cb678e + eef4b47 commit 802ed22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
fail-fast: false
matrix:
include:
- elixir_version: '1.18'
otp_version: '27.2'
- elixir_version: '1.17'
otp_version: '27.0'
lint: true
Expand Down

0 comments on commit 802ed22

Please sign in to comment.