We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439b440 commit c51786bCopy full SHA for c51786b
.github/workflows/test.yml
@@ -24,6 +24,12 @@ jobs:
24
- '26.2'
25
- '25.3'
26
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'
33
- elixir: '1.16'
34
otp: '27.2'
35
0 commit comments