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 1dcdc0bCopy full SHA for 1dcdc0b
1 file changed
.github/workflows/main.yml
@@ -23,11 +23,16 @@ jobs:
23
include:
24
# Newest supported Elixir/Erlang pair.
25
- elixir: '1.18'
26
- otp: '27.2'
+ 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
34
+ os: ubuntu-latest
35
+
36
# One version before the last supported one.
37
- elixir: '1.17'
38
otp: '26.2'
0 commit comments