Skip to content

Commit 1dcdc0b

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

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
@@ -23,11 +23,16 @@ jobs:
2323
include:
2424
# Newest supported Elixir/Erlang pair.
2525
- elixir: '1.18'
26-
otp: '27.2'
26+
otp: '28.0'
2727
lint: true
2828
dialyzer: true
2929
os: ubuntu-latest
3030

31+
- elixir: '1.18'
32+
otp: '27.2'
33+
lint: true
34+
os: ubuntu-latest
35+
3136
# One version before the last supported one.
3237
- elixir: '1.17'
3338
otp: '26.2'

0 commit comments

Comments
 (0)