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 2fee8c9 commit 87cfde4Copy full SHA for 87cfde4
1 file changed
.github/workflows/ci.yml
@@ -45,8 +45,13 @@ jobs:
45
elixir: "1.18.1-otp-27"
46
- otp: "28.3.1"
47
elixir: "1.19.4-otp-28"
48
+ # Elixir 1.20.1 is tested on both OTP 28 and OTP 29.
49
- elixir: "1.20.0-rc.4-otp-28"
50
+ elixir: "1.20.1-otp-28"
51
+ # Canonical / standard toolchain: Elixir 1.20.1 on Erlang/OTP 29.
52
+ # This is the lint entry (warnings-as-errors + dialyzer).
53
+ - otp: "29.0.1"
54
+ elixir: "1.20.1-otp-29"
55
lint: true
56
steps:
57
# Step: Setup Elixir + Erlang image as the base.
0 commit comments