Skip to content

Commit e3e4210

Browse files
committed
Drop support for Elixir versions older than 1.5
1 parent ee55720 commit e3e4210

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
matrix:
3737
versions:
3838
- otp: 18.3
39-
elixir: 1.4
39+
elixir: 1.5
4040
- otp: 21.3
4141
elixir: 1.8
4242

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Rollbax.Mixfile do
99
[
1010
app: :rollbax,
1111
version: @version,
12-
elixir: "~> 1.4",
12+
elixir: "~> 1.5",
1313
build_embedded: Mix.env() == :prod,
1414
start_permanent: Mix.env() == :prod,
1515
description: "Exception tracking and logging from Elixir to Rollbar",

0 commit comments

Comments
 (0)