Skip to content

Commit

Permalink
Remove unsupported Elixir+OTP pair from CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tompave committed Dec 27, 2024
1 parent 439b440 commit c51786b
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 @@ -24,6 +24,12 @@ jobs:
- '26.2'
- '25.3'
exclude:
# Elixir 1.18 + OTP 25 is technically supported:
# https://hexdocs.pm/elixir/1.18.1/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
# but not on GHA:
# https://github.com/tompave/fun_with_flags/actions/runs/12515433561/job/34912997388?pr=189#step:5:20
- elixir: '1.18'
otp: '25.3'
- elixir: '1.16'
otp: '27.2'
- elixir: '1.16'
Expand Down

0 comments on commit c51786b

Please sign in to comment.