Skip to content

Fix deprecations and permissions on workflows (#166) #284

Fix deprecations and permissions on workflows (#166)

Fix deprecations and permissions on workflows (#166) #284

Triggered via push July 25, 2023 03:13
Status Success
Total duration 2m 2s
Artifacts

build.yml

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

Annotations

2 warnings
test (1.10.4, 21.3.8.19)
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 (1.13.4, 25.0, lint)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead