Skip to content

Commit 2801e6a

Browse files
committed
Add back additional OTP/Elixir releases to CI
1 parent 16aed7d commit 2801e6a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
matrix:
2828
include:
2929
# minimum required versions
30-
# - otp: "26.2.5.6"
31-
# elixir: "1.15.4-otp-26"
32-
# - otp: "26.2.5.6"
33-
# elixir: "1.16.2-otp-26"
34-
# - otp: "26.2.5.6"
35-
# elixir: "1.17.2-otp-26"
36-
# - otp: "27.2"
37-
# elixir: "1.17.2-otp-27"
38-
# - otp: "27.2"
39-
# elixir: "1.18.4-otp-27"
30+
- otp: "26.2.5.6"
31+
elixir: "1.15.4-otp-26"
32+
- otp: "26.2.5.6"
33+
elixir: "1.16.2-otp-26"
34+
- otp: "26.2.5.6"
35+
elixir: "1.17.2-otp-26"
36+
- otp: "27.2"
37+
elixir: "1.17.2-otp-27"
38+
- otp: "27.2"
39+
elixir: "1.18.4-otp-27"
4040
- otp: "28.0.2"
4141
elixir: "1.18.4-otp-27"
4242
lint: true

0 commit comments

Comments
 (0)