Skip to content

Commit 36c05c4

Browse files
committed
Add OTP 28 to CI
1 parent 59ba37f commit 36c05c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@ jobs:
2222
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
2323
include:
2424
# Newest supported Elixir/Erlang pair.
25+
- elixir: '1.18.4'
26+
otp: '28.0'
27+
lint: true
28+
dialyzer: true
29+
os: ubuntu-latest
30+
2531
- elixir: '1.18'
2632
otp: '27.2'
2733
lint: true
28-
dialyzer: true
2934
os: ubuntu-latest
3035

3136
# One version before the last supported one.

0 commit comments

Comments
 (0)