Skip to content

Commit

Permalink
Add Elixir main to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Jun 18, 2024
1 parent 7a5f2fe commit 74b53e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
strategy:
matrix:
otp: ['27.0']
elixir: ['1.17.1']
elixir:
- main
- 1.17.1
steps:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 74b53e8

Please sign in to comment.