Skip to content

Migrate Mix.Config to Config #214

Migrate Mix.Config to Config

Migrate Mix.Config to Config #214

Triggered via push January 8, 2025 14:05
Status Success
Total duration 3m 17s
Artifacts

ci.yml

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

Annotations

12 warnings
Build and test (26.1.2, 1.15.6)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Build and test (26.1.2, 1.15.6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and test (26.1.2, 1.15.6)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Build and test (26.1.2, 1.15.6)
use Bitwise is deprecated. import Bitwise instead
Build and test (26.1.2, 1.15.6)
use Bitwise is deprecated. import Bitwise instead
Build and test (26.1.2, 1.15.6)
Enum.chunk/2 is deprecated. Use Enum.chunk_every/2 instead
Build and test (26.1.2, 1.15.6)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Build and test (26.1.2, 1.15.6)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
Build and test (26.1.2, 1.15.6)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Build and test (26.1.2, 1.15.6)
: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
Build and test (26.1.2, 1.15.6)
: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
Build and test (26.1.2, 1.15.6)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead