Skip to content

Commit 352345c

Browse files
committed
🚀 Elixir 1.15 not supported
1 parent 4051b56 commit 352345c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
matrix:
1212
combo:
13-
- elixir: '1.15'
14-
otp: '24'
13+
- elixir: '1.16'
14+
otp: '25'
1515
- elixir: '1.19.5'
1616
otp: '28.4'
1717
env:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- **Removed legacy introspection via `name/1`**: `color(:__keys__)`,
88
`color(:__values__)` and `color(:__enumerators__)` no longer work.
99
Use the new dedicated helpers instead (see migration guide below).
10-
- **Minimum Elixir version bumped to 1.15**.
10+
- **Minimum Elixir version bumped to 1.16**.
1111

1212
### Migration from v0.1.0
1313

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule SimpleEnum.MixProject do
88
[
99
app: :simple_enum,
1010
version: @version,
11-
elixir: "~> 1.15",
11+
elixir: "~> 1.16",
1212
elixirc_paths: elixirc_paths(Mix.env()),
1313
start_permanent: Mix.env() == :prod,
1414
consolidate_protocols: Mix.env() != :test,

0 commit comments

Comments
 (0)