Skip to content

Commit 67a9509

Browse files
authored
Add OTP 28 to CI (#892)
* Add OTP 28 to CI * Update Elixir version to 1.18.4-otp-27 in CI configuration * Back to running dialyzer only under OTP-27
1 parent 8c693fb commit 67a9509

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ 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-otp-27'
26+
otp: '28.0'
27+
lint: true
28+
os: ubuntu-latest
29+
2530
- elixir: '1.18'
2631
otp: '27.2'
2732
lint: true

0 commit comments

Comments
 (0)