Skip to content

Commit

Permalink
Run CI on Elixir 1.13.x through 1.16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Jun 18, 2024
1 parent d81bdc2 commit 8e5d102
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ jobs:
elixir:
- 1.17.x
include:
- otp: master
elixir: main
- elixir: main
otp: master
- elixir: 1.16.x
otp: 26.x
- elixir: 1.15.x
otp: 26.x
- elixir: 1.14.x
otp: 25.x
- elixir: 1.13.x
otp: 24.x

steps:
- name: Set up Erlang and Elixir
Expand Down

0 comments on commit 8e5d102

Please sign in to comment.