Skip to content

Commit c51786b

Browse files
committed
Remove unsupported Elixir+OTP pair from CI matrix
1 parent 439b440 commit c51786b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- '26.2'
2525
- '25.3'
2626
exclude:
27+
# Elixir 1.18 + OTP 25 is technically supported:
28+
# https://hexdocs.pm/elixir/1.18.1/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
29+
# but not on GHA:
30+
# https://github.com/tompave/fun_with_flags/actions/runs/12515433561/job/34912997388?pr=189#step:5:20
31+
- elixir: '1.18'
32+
otp: '25.3'
2733
- elixir: '1.16'
2834
otp: '27.2'
2935
- elixir: '1.16'

0 commit comments

Comments
 (0)