Skip to content

Commit

Permalink
Target Elixir 1.17 and OTP 27 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Jun 13, 2024
1 parent fa79a12 commit 9bc99da
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@ jobs:
strategy:
matrix:
variation:
- otp: '26.x'
elixir: '1.16'
- otp: '27.x'
elixir: '1.17'
report_coverage: true
# No OTP-27 and Elixir 1.16.x support
- otp: '26.x'
elixir: '1.15'
elixir: '1.17'
report_coverage: false
- otp: '25.x'
- otp: '26.x'
elixir: '1.16'
report_coverage: false
- otp: '25.x'
elixir: '1.15'
elixir: '1.16'
report_coverage: false

steps:
Expand Down

0 comments on commit 9bc99da

Please sign in to comment.