Skip to content

Add example of selecting multiple options in options_for_select #194

Add example of selecting multiple options in options_for_select

Add example of selecting multiple options in options_for_select #194

Triggered via push September 13, 2023 12:20
Status Success
Total duration 32s
Artifacts

ci.yml

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

Annotations

16 warnings
Run tests (Elixir 1.7, OTP 21.3)
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/
Run tests (Elixir 1.7, OTP 21.3): test/phoenix_html_test.exs#L8
Phoenix.HTML.sigil_E/2 is deprecated. use the ~H sigil instead
Run tests (Elixir 1.7, OTP 21.3)
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
Run tests (Elixir 1.7, OTP 21.3)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
Run tests (Elixir 1.14, OTP 25.3)
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/
Run tests (Elixir 1.14, OTP 25.3): test/phoenix_html_test.exs#L8
Phoenix.HTML.sigil_E/2 is deprecated. use the ~H sigil instead
Run tests (Elixir 1.14, OTP 25.3)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Run tests (Elixir 1.14, OTP 25.3)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Run tests (Elixir 1.14, OTP 25.3)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Run tests (Elixir 1.14, OTP 25.3)
use Bitwise is deprecated. import Bitwise instead
Run tests (Elixir 1.14, OTP 25.3)
use Bitwise is deprecated. import Bitwise instead
Run tests (Elixir 1.14, OTP 25.3)
:crypto.block_decrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
Run tests (Elixir 1.14, OTP 25.3)
:crypto.block_encrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
Run tests (Elixir 1.14, OTP 25.3)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
Run tests (Elixir 1.14, OTP 25.3)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Run tests (Elixir 1.14, OTP 25.3)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead