File tree 4 files changed +5
-7
lines changed 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 37
37
strategy :
38
38
matrix :
39
39
elixir_vsn : [
40
- ' 1.7' ,
41
- ' 1.8' ,
42
- ' 1.9' ,
43
- ' 1.10' ,
44
40
' 1.11' ,
45
41
' 1.12' ,
46
42
' 1.13' ,
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Changed
11
11
12
12
- CI from Ubuntu 20.04 to 22.04
13
+ - oldest supported Elixir version from 1.7 to 1.11
14
+ - oldest supported OTP version from 21 to 24
13
15
14
16
## [ 0.2.1] - 2025-02-06
15
17
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Hex downloads] ( https://img.shields.io/hexpm/dt/sqids.svg )] ( https://hex.pm/packages/sqids )
4
4
[ ![ License] ( https://img.shields.io/hexpm/l/sqids.svg )] ( https://github.com/sqids/sqids-elixir/blob/main/LICENSE )
5
- [ ![ Elixir Versions] ( https://img.shields.io/badge/Elixir-1.7 %20to%201.18-blue )] ( https://elixir-lang.org/ )
6
- [ ![ Erlang Versions] ( https://img.shields.io/badge/Erlang%2FOTP-21 .3%20to%2027-blue )] ( https://www.erlang.org )
5
+ [ ![ Elixir Versions] ( https://img.shields.io/badge/Elixir-1.11 %20to%201.18-blue )] ( https://elixir-lang.org/ )
6
+ [ ![ Erlang Versions] ( https://img.shields.io/badge/Erlang%2FOTP-24 .3%20to%2027-blue )] ( https://www.erlang.org )
7
7
[ ![ CI status] ( https://github.com/sqids/sqids-elixir/actions/workflows/ci.yml/badge.svg )] ( https://github.com/sqids/sqids-elixir/actions/workflows/ci.yml )
8
8
9
9
[ Sqids] ( https://sqids.org/elixir ) (* pronounced "squids"* ) for Elixir is a
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ defmodule Sqids.MixProject do
11
11
app: :sqids ,
12
12
version: @ version ,
13
13
description: description ( ) ,
14
- elixir: "~> 1.7" ,
14
+ elixir: "~> 1.7" , # but only 1.11+ is supported
15
15
start_permanent: mix_env === :prod ,
16
16
deps: deps ( ) ,
17
17
elixirc_paths: elixirc_paths ( mix_env ) ,
You can’t perform that action at this time.
0 commit comments