We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ba37f commit 36c05c4Copy full SHA for 36c05c4
.github/workflows/main.yml
@@ -22,10 +22,15 @@ jobs:
22
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
23
include:
24
# Newest supported Elixir/Erlang pair.
25
+ - elixir: '1.18.4'
26
+ otp: '28.0'
27
+ lint: true
28
+ dialyzer: true
29
+ os: ubuntu-latest
30
+
31
- elixir: '1.18'
32
otp: '27.2'
33
lint: true
- dialyzer: true
34
os: ubuntu-latest
35
36
# One version before the last supported one.
0 commit comments