Skip to content

Commit 0d48992

Browse files
jwaldripclaude
andcommitted
ci: restore Elixir 1.19 support
Restore Elixir 1.19 to the CI matrix to match upstream main. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8d92bb2 commit 0d48992

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@ jobs:
1717
- "1.16"
1818
- "1.17"
1919
- "1.18"
20+
- "1.19"
2021
otp:
2122
- "25"
2223
- "26"
2324
- "27"
2425
- "28"
2526
# see https://hexdocs.pm/elixir/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
2627
exclude:
28+
- elixir: 1.19
29+
otp: 25
2730
- elixir: 1.17
2831
otp: 28
2932
- elixir: 1.16

0 commit comments

Comments
 (0)