Skip to content

Commit df64f20

Browse files
committed
Comment out excludes and use full Erlang version
1 parent 8440550 commit df64f20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
matrix:
1212
elixir: ["1.18.4", "1.19.0-rc.0"]
13-
otp: ["27.3.4", "28.0"]
14-
exclude:
15-
- elixir: "1.15.8"
16-
otp: "27.2.4"
17-
- elixir: "1.16.3"
18-
otp: "27.2.4"
13+
otp: ["27.3.4", "28.0.0"]
14+
# exclude:
15+
# - elixir: "1.18.4"
16+
# otp: "28.0.0"
17+
# - elixir: "1.16.3"
18+
# otp: "27.2.4"
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)