Skip to content

Commit a91ed09

Browse files
committed
Raise minimum Elixir version to 1.15
1 parent a674759 commit a91ed09

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,14 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- elixir: "1.12"
18-
otp: "24"
19-
- elixir: "1.13"
20-
otp: "24"
21-
- elixir: "1.14"
22-
otp: "25"
2317
- elixir: "1.15"
2418
otp: "26"
2519
- elixir: "1.16"
2620
otp: "26"
2721
- elixir: "1.17"
2822
otp: "27"
23+
- elixir: "1.18"
24+
otp: "27"
2925
runs-on: ubuntu-latest
3026

3127
steps:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule LoggerBinary.MixProject do
55
[
66
app: :logger_binary,
77
version: "0.1.0",
8-
elixir: "~> 1.12",
8+
elixir: "~> 1.15",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),
1111
description: "A custom Logger formatter for handling binary data.",

0 commit comments

Comments
 (0)