Skip to content

Require Elixir 1.12+ and update CI (#436) #684

Require Elixir 1.12+ and update CI (#436)

Require Elixir 1.12+ and update CI (#436) #684

Triggered via push June 13, 2024 06:33
Status Failure
Total duration 8m 42s
Artifacts

main.yml

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

Annotations

10 errors and 5 warnings
Test (Elixir 1.12, OTP 24.3): test/mint/http1/integration_test.exs#L219
test badssl.com SSL with bad hostname (Mint.HTTP1.IntegrationTest)
Test (Elixir 1.12, OTP 24.3): test/mint/http1/integration_test.exs#L202
test badssl.com SSL with bad certificate (Mint.HTTP1.IntegrationTest)
Test (Elixir 1.12, OTP 24.3): test/mint/integration_test.exs#L67
test ssl certificate verification bad hostname - badssl.com (Mint.IntegrationTest)
Test (Elixir 1.12, OTP 24.3)
Process completed with exit code 1.
Test (Elixir 1.17, OTP 27.0): test/mint/http1/integration_test.exs#L219
test badssl.com SSL with bad hostname (Mint.HTTP1.IntegrationTest)
Test (Elixir 1.17, OTP 27.0): test/mint/integration_test.exs#L44
test ssl certificate verification bad certificate - badssl.com (Mint.IntegrationTest)
Test (Elixir 1.17, OTP 27.0)
Process completed with exit code 2.
Test (Elixir 1.12, OTP 23.3.1): test/mint/http1/integration_test.exs#L202
test badssl.com SSL with bad certificate (Mint.HTTP1.IntegrationTest)
Test (Elixir 1.12, OTP 23.3.1): test/mint/integration_test.exs#L44
test ssl certificate verification bad certificate - badssl.com (Mint.IntegrationTest)
Test (Elixir 1.12, OTP 23.3.1)
Process completed with exit code 1.
Test (Elixir 1.12, OTP 24.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (Elixir 1.17, OTP 27.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (Elixir 1.17, OTP 27.0)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Test (Elixir 1.12, OTP 23.3.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (Elixir 1.12, OTP 23.3.1): lib/mint/core/transport/ssl.ex#L751
:ssl.cipher_suites/1 is deprecated. It will be removed in OTP 24. Use cipher_suites/2,3 instead