Skip to content

Commit bd4a54c

Browse files
committed
Require Elixir 1.15 or later
1 parent 437f04c commit bd4a54c

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
matrix:
1717
include:
1818
- pair:
19-
elixir: "1.12"
20-
otp: "24"
19+
elixir: "1.15"
20+
otp: "26"
2121
- pair:
2222
elixir: "1.19"
2323
otp: "28"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Breaking changes
6+
7+
* Require Elixir 1.15 or later.
8+
59
### Enhancements
610

711
* Reduce the cost of every operation that goes through the context: results

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Decimal.Mixfile do
88
[
99
app: :decimal,
1010
version: @version,
11-
elixir: "~> 1.12",
11+
elixir: "~> 1.15",
1212
deps: deps(),
1313
name: "Decimal",
1414
source_url: @source_url,

0 commit comments

Comments
 (0)