Skip to content

Merge pull request #141 from caddishouse/dependabot/hex/ecto_sql-3.11.0 #254

Merge pull request #141 from caddishouse/dependabot/hex/ecto_sql-3.11.0

Merge pull request #141 from caddishouse/dependabot/hex/ecto_sql-3.11.0 #254

Triggered via push December 1, 2023 02:33
Status Failure
Total duration 6m 0s
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
Deploy to Fly.io
3m 34s
Deploy to Fly.io
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
Deploy to Fly.io
Process completed with exit code 1.
Test on OTP 25.2.1 / Elixir 1.14.3
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Test on OTP 25.2.1 / Elixir 1.14.3
use Bitwise is deprecated. import Bitwise instead
Test on OTP 25.2.1 / Elixir 1.14.3
use Bitwise is deprecated. import Bitwise instead
Test on OTP 25.2.1 / Elixir 1.14.3
use Bitwise is deprecated. import Bitwise instead
Test on OTP 25.2.1 / Elixir 1.14.3
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test on OTP 25.2.1 / Elixir 1.14.3
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test on OTP 25.2.1 / Elixir 1.14.3
use Bitwise is deprecated. import Bitwise instead
Test on OTP 25.2.1 / Elixir 1.14.3: lib/caddishouse/accounts/users.ex#L40
missing `:on` in join on Caddishouse.Accounts.OAuthUser, defaulting to `on: true`.
Test on OTP 25.2.1 / Elixir 1.14.3
passing a string as a layout template in use options is deprecated, please pass {CaddishouseWeb.LayoutView, :live} instead of {CaddishouseWeb.LayoutView, "live.html"}