Skip to content

Commit

Permalink
fixup! fix: OTP-26
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Oct 28, 2023
1 parent 00ac7c8 commit 1c55928
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,8 @@ jobs:

strategy:
matrix:
otp: [23.x, 24.x, 25.x, 26.x]
elixir: [1.12.x, 1.13.x, 1.14.x, 1.15.x]
exclude:
- elixir: 1.12.x
otp: 25.x
- elixir: 1.12.x
otp: 26.x
- elixir: 1.13.x
otp: 26.x
- elixir: 1.14.x
otp: 26.x
- elixir: 1.15.x
otp: 23.x
otp: [26.x]
elixir: [1.15.x]

fail-fast: false

Expand Down

0 comments on commit 1c55928

Please sign in to comment.