Skip to content

Commit 46ecc75

Browse files
committed
Only 1.18.4 in CI for now
1 parent 2830a88 commit 46ecc75

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)