Skip to content

Commit

Permalink
Exclude uncompatible elixir/otp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
telphan committed Oct 27, 2022
1 parent 08aa02c commit c77645f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
otp: "19.3"
- elixir: "1.11"
otp: "20.0"
- elixir: "1.9"
otp: "23.0"
- elixir: "1.7"
otp: "23.0"
- elixir: "1.8"
otp: "23.0"

steps:
- name: Checkout
Expand Down

0 comments on commit c77645f

Please sign in to comment.