Skip to content

Commit 6c313a6

Browse files
committed
CI: pin Elixir 1.20 matrix to released 1.20.2 instead of 1.20.0-rc.6
1 parent e102373 commit 6c313a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
otp: "28"
4444

4545
# Elixir 1.20 — supports OTP 27–29
46-
- elixir: "1.20.0-rc.6-otp-27"
46+
- elixir: "1.20.2-otp-27"
4747
otp: "27"
48-
- elixir: "1.20.0-rc.6-otp-28"
48+
- elixir: "1.20.2-otp-28"
4949
otp: "28"
50-
- elixir: "1.20.0-rc.6-otp-29"
50+
- elixir: "1.20.2-otp-29"
5151
otp: "29"
5252
lint: true
5353

0 commit comments

Comments
 (0)