This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [elixir](https://elixir-lang.org/) ([source](https://github.com/elixir-lang/elixir)) | patch | `1.15.4` -> `1.15.5` |
---
### Release Notes
<details>
<summary>elixir-lang/elixir</summary>
### [`v1.15.5`](https://github.com/elixir-lang/elixir/releases/tag/v1.15.5)
[Compare Source](https://github.com/elixir-lang/elixir/compare/v1.15.4...v1.15.5)
##### 1. Enhancements
##### IEx
- \[IEx.Autocomplete] Speed up loading of struct suggestions
##### 2. Bug fixes
##### Elixir
- \[Code.Fragment] Fix `Code.Fragment.surround_context/2` for aliases and submodules of non-aliases
- \[Kernel] Ensure stacktrace is included when necessary when rescuing multiple exceptions in the same branch
- \[Kernel] Fix index in error message for unused optional arguments
##### ExUnit
- \[ExUnit.Diff] Fix scenario where diff would not show up due to a timed-out loop
##### IEx
- \[IEx] Force group leader to run as a binary and unicode in IEx
##### Mix
- \[mix compile] Do not assume `blake` is always available
- \[mix format] Load and compile plugins if specified in subdirectories
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjExNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: #41
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
Upgrade runtimes to the latest versions:
* elixir to 1.15.4
* erlang to 26.0.2
Improve CI definition by using a cache that considers the runtime version.
Save disk space by using the `slim` image variant.
Co-authored-by: Joao P Dubas <joao.dubas@gmail.com>
Reviewed-on: #35
* Upgrade elixir, erlang, and postgres to their latest versions.
* Fix CI configuration, so tests are executed.
* Migrate project configuration from `Mix.Config` to `Config`.
Reviewed-on: #5