Skip to content

Commit ea4a39b

Browse files
committed
Drop support for Elixir 1.8
1 parent 948a0b6 commit ea4a39b

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
- "1.12"
4747
- "1.11"
4848
- "1.10"
49-
- "1.8"
5049
otp:
5150
- "24"
5251
- "23"
@@ -58,10 +57,6 @@ jobs:
5857
otp: "21"
5958
- elixir: "1.10"
6059
otp: "21"
61-
- elixir: "1.8"
62-
otp: "24"
63-
- elixir: "1.8"
64-
otp: "23"
6560
include:
6661
- os: windows-2019
6762
elixir: "1.12"

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Exqlite.MixProject do
77
[
88
app: :exqlite,
99
version: @version,
10-
elixir: "~> 1.8",
10+
elixir: "~> 1.10",
1111
compilers: [:elixir_make] ++ Mix.compilers(),
1212
make_targets: ["all"],
1313
make_clean: ["clean"],

0 commit comments

Comments
 (0)