Skip to content

Commit dd34e45

Browse files
committed
Pin CI to Elixir 1.20.2 and add the OTP 29 matrix entry
1 parent cb22d5b commit dd34e45

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ jobs:
4343
otp: "28"
4444

4545
# Elixir 1.20 — supports OTP 27–28
46-
- elixir: "1.20.0-rc.4-otp-27"
46+
- elixir: "1.20.2-otp-27"
4747
otp: "27"
48-
- elixir: "1.20.0-rc.4-otp-28"
48+
- elixir: "1.20.2-otp-28"
4949
otp: "28"
50+
- elixir: "1.20.2-otp-29"
51+
otp: "29"
5052
lint: true
5153

5254
steps:

0 commit comments

Comments
 (0)