We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a674759 commit a91ed09Copy full SHA for a91ed09
.github/workflows/test.yml
@@ -14,18 +14,14 @@ jobs:
14
strategy:
15
matrix:
16
include:
17
- - elixir: "1.12"
18
- otp: "24"
19
- - elixir: "1.13"
20
21
- - elixir: "1.14"
22
- otp: "25"
23
- elixir: "1.15"
24
otp: "26"
25
- elixir: "1.16"
26
27
- elixir: "1.17"
28
otp: "27"
+ - elixir: "1.18"
+ otp: "27"
29
runs-on: ubuntu-latest
30
31
steps:
mix.exs
@@ -5,7 +5,7 @@ defmodule LoggerBinary.MixProject do
5
[
6
app: :logger_binary,
7
version: "0.1.0",
8
- elixir: "~> 1.12",
+ elixir: "~> 1.15",
9
start_permanent: Mix.env() == :prod,
10
deps: deps(),
11
description: "A custom Logger formatter for handling binary data.",
0 commit comments