Skip to content

Commit 76cb1be

Browse files
committed
Update test matrix
1 parent 88b960f commit 76cb1be

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,14 @@ 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"
4030
- otp: "27.2.4"
4131
elixir: "1.18.4-otp-27"
32+
- otp: "28.3.1"
33+
elixir: "1.18.4-otp-28"
34+
- otp: "27.2.4"
35+
elixir: "1.19.5-otp-27"
36+
- otp: "28.3.1"
37+
elixir: "1.19.5-otp-28"
4238
lint: true
4339
steps:
4440
# Step: Setup Elixir + Erlang image as the base.

0 commit comments

Comments
 (0)