Skip to content

Commit 87cfde4

Browse files
committed
CI: bump OTP 26 to 26.2.5.21, add Elixir 1.20.1 on OTP 28 and 29
1 parent 2fee8c9 commit 87cfde4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,13 @@ jobs:
4545
elixir: "1.18.1-otp-27"
4646
- otp: "28.3.1"
4747
elixir: "1.19.4-otp-28"
48+
# Elixir 1.20.1 is tested on both OTP 28 and OTP 29.
4849
- otp: "28.3.1"
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"
5055
lint: true
5156
steps:
5257
# Step: Setup Elixir + Erlang image as the base.

0 commit comments

Comments
 (0)