Skip to content

Commit 59e8ebb

Browse files
committed
Improve some tests
1 parent 6d27eac commit 59e8ebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# One version before the last supported one.
3030
- elixir: '1.14.5'
31-
otp: '25.2'
31+
otp: '25.3'
3232

3333
# Oldest supported Elixir/Erlang pair.
3434
- elixir: '1.11.4'

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ defmodule Sentry.Mixfile do
4949
],
5050
authors: ["Mitchell Henke", "Jason Stiebs", "Andrea Leopardi"]
5151
],
52-
xref: [exclude: [:hackney, :hackney_pool, Plug.Conn, Sentry.TransportSenderMock]]
52+
xref: [exclude: [:hackney, :hackney_pool, Plug.Conn]]
5353
]
5454
end
5555

0 commit comments

Comments
 (0)