Skip to content

Commit 494997a

Browse files
authored
Drop elixir 1.12 and OTP 23 support (#262)
1 parent e00b272 commit 494997a

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,11 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
os: ["ubuntu-20.04", "windows-2019"]
51-
elixir: ["1.15", "1.14", "1.13", "1.12"]
52-
otp: ["26", "25", "24", "23"]
51+
elixir: ["1.15", "1.14", "1.13"]
52+
otp: ["26", "25", "24"]
5353
exclude:
54-
- elixir: "1.12"
55-
otp: "25"
56-
- elixir: "1.12"
57-
otp: "26"
5854
- elixir: "1.13"
5955
otp: "26"
60-
- elixir: "1.15"
61-
otp: "23"
62-
- os: "windows-2019"
63-
otp: "23"
6456
steps:
6557
- uses: actions/checkout@v3
6658
- uses: erlef/setup-beam@v1

mix.exs

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

0 commit comments

Comments
 (0)