Skip to content

Release 0.6.1

Release 0.6.1 #15

Triggered via push June 21, 2023 13:17
Status Success
Total duration 1m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Test (ubuntu-20.04, 1.10.x, 21.x)
System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRACE__ inside a rescue/catch. If you want to support earlier Elixir versions, move System.stacktrace/0 inside a rescue/catch
Test (ubuntu-22.04, 1.14.x, 25.x, lint)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test (ubuntu-22.04, 1.14.x, 25.x, lint)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Test (ubuntu-22.04, 1.14.x, 25.x, lint)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead