Skip to content

Fix deprecations and permissions on workflows #282

Fix deprecations and permissions on workflows

Fix deprecations and permissions on workflows #282

Triggered via pull request July 25, 2023 03:06
Status Success
Total duration 2m 4s
Artifacts

build.yml

on: pull_request
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