We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee55720 commit e3e4210Copy full SHA for e3e4210
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
matrix:
37
versions:
38
- otp: 18.3
39
- elixir: 1.4
+ elixir: 1.5
40
- otp: 21.3
41
elixir: 1.8
42
mix.exs
@@ -9,7 +9,7 @@ defmodule Rollbax.Mixfile do
9
[
10
app: :rollbax,
11
version: @version,
12
- elixir: "~> 1.4",
+ elixir: "~> 1.5",
13
build_embedded: Mix.env() == :prod,
14
start_permanent: Mix.env() == :prod,
15
description: "Exception tracking and logging from Elixir to Rollbar",
0 commit comments