Skip to content

Commit 3b30f61

Browse files
committed
Drop support for Elixir versions < 1.15 in CI
1 parent dcdc641 commit 3b30f61

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,15 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- pair:
19-
elixir: 1.14.5
20-
otp: 24.3
2118
- pair:
2219
elixir: 1.15.7
23-
otp: 25.3
20+
otp: 24.3
2421
- pair:
2522
elixir: 1.16.2
26-
otp: 26.2
23+
otp: 25.3
2724
- pair:
2825
elixir: 1.17.3
29-
otp: 27.3
26+
otp: 26.2
3027
- pair:
3128
elixir: 1.18.3
3229
otp: 27.3

0 commit comments

Comments
 (0)