Skip to content

Commit 18a0750

Browse files
committed
Add otp 28 to CI
1 parent 202d676 commit 18a0750

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/workflows/elixir.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,23 @@ jobs:
1414
strategy:
1515
matrix:
1616
elixir:
17-
- '1.15'
18-
- '1.16'
19-
- '1.17'
20-
- '1.18'
17+
- "1.15"
18+
- "1.16"
19+
- "1.17"
20+
- "1.18"
2121
otp:
22-
- '25'
23-
- '26'
24-
- '27'
22+
- "25"
23+
- "26"
24+
- "27"
25+
- "28"
2526
# see https://hexdocs.pm/elixir/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
2627
exclude:
28+
- elixir: 1.17
29+
otp: 28
30+
- elixir: 1.16
31+
otp: 28
32+
- elixir: 1.15
33+
otp: 28
2734
- elixir: 1.16
2835
otp: 27
2936
- elixir: 1.15

0 commit comments

Comments
 (0)