We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a44bd4 commit 3d90c66Copy full SHA for 3d90c66
.github/workflows/ci.yml
@@ -28,18 +28,12 @@ jobs:
28
- pair:
29
otp: 25.x
30
elixir: 1.14.x
31
- - pair:
32
- otp: 25.x
33
- elixir: 1.13.x
34
35
otp: 24.x
36
elixir: 1.15.x
37
38
39
40
41
- otp: 24.x
42
43
44
steps:
45
- uses: actions/checkout@v4
CHANGELOG.md
@@ -3,7 +3,7 @@
3
## v2.0.3 (2025-12-08)
4
5
* Add support for Elixir 1.18.x and 1.19.x
6
- * Drop Elixir 1.12.x support
+ * Drop support for Elixir 1.12.x and 1.13.x
7
8
## v2.0.2 (2024-07-08)
9
0 commit comments