feat: upgrade elixir and erlang

* elixir from 1.14.5 to 1.15.4
* erlang from 24.3.4 to 26.0.2
This commit is contained in:
Joao P Dubas 2023-07-23 22:18:36 +00:00
parent 693c7c0735
commit bfd7f52cb2
3 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ steps:
restore: true restore: true
- name: test - name: test
image: 'elixir:1.14.5-slim' image: 'elixir:1.15.4-slim'
environment: environment:
MIX_ENV: test MIX_ENV: test
POSTGRES_HOST: db POSTGRES_HOST: db
@ -48,7 +48,7 @@ steps:
- make test - make test
- name: lint - name: lint
image: 'elixir:1.14.5-slim' image: 'elixir:1.15.4-slim'
commands: commands:
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile - mix do local.rebar --force, local.hex --force, deps.get, deps.compile
- make static_code_analysis - make static_code_analysis

View File

@ -1,2 +1,2 @@
erlang 24.3.4 erlang 26.0.2
elixir 1.15.0 elixir 1.15.4

View File

@ -13,7 +13,7 @@ services:
- 'db_data:/var/lib/postgresql/data' - 'db_data:/var/lib/postgresql/data'
restart: unless-stopped restart: unless-stopped
app: app:
image: 'elixir:1.14.5-slim' image: 'elixir:1.15.4-slim'
hostname: app hostname: app
depends_on: depends_on:
- db - db