Skip to content

Commit 4d76ebe

Browse files
committed
drop Elixir v1.14 support
1 parent 45d4539 commit 4d76ebe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- Drop Elixir v1.14 support.
6+
37
## 0.8.4 (2026-01-13)
48

59
- Allow `Ch` [v0.7.x](https://github.com/plausible/ch/blob/master/CHANGELOG.md#070-2026-01-13) which handles disconnects better

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule EctoCh.MixProject do
88
[
99
app: :ecto_ch,
1010
version: @version,
11-
elixir: "~> 1.14",
11+
elixir: "~> 1.15",
1212
elixirc_paths: elixirc_paths(Mix.env()),
1313
test_paths: test_paths(System.get_env("INTEGRATION")),
1414
deps: deps(),

0 commit comments

Comments
 (0)