Skip to content

Update ExDoc

Update ExDoc #36

Triggered via push December 19, 2023 08:48
Status Failure
Total duration 27s
Artifacts

ci.yml

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

Annotations

2 errors and 4 warnings
test (1.9, 20): test/phoenix/template_test.exs#L39
test embed_templates/2 embeds templates (Phoenix.TemplateTest)
test (1.9, 20)
Process completed with exit code 1.
test (1.12, 24, lint)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.9, 20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.9, 20)
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.9, 20)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead