Skip to content

Commit

Permalink
ci: test against elixir 1.18 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Dec 11, 2024
1 parent 55b3217 commit f9f5e3e
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 @@ -11,8 +11,10 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: '1.18'
erlang: '27.2'
- elixir: '1.17'
erlang: '27.1.2'
erlang: '27.2'
lint: true
- elixir: '1.16'
erlang: '26.2.5.5'
Expand Down

0 comments on commit f9f5e3e

Please sign in to comment.