Skip to content

Commit 7e3b0fd

Browse files
committed
chore(ci): add elixir 1.19
1 parent 1dd5d80 commit 7e3b0fd

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.19.3-otp-28'
26+
otp: '28.0'
27+
lint: false
28+
os: ubuntu-latest
29+
2530
- elixir: '1.18.4-otp-27'
2631
otp: '28.0'
2732
lint: true

0 commit comments

Comments
 (0)