feat(ci): upgrade services and runtime

1. postgres from 16.0 to 16.3
2. erlang from 26.2.3 to 26.2.5
This commit is contained in:
João Paulo Dubas 2024-05-16 18:54:49 +00:00
parent 9aeaaabc35
commit 0ed4ad35a6
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -9,7 +9,7 @@ trigger:
steps:
- name: database healthcheck
image: &postgres 'postgres:16.0-alpine'
image: &postgres 'postgres:16.3-alpine'
environment:
PGUSER: postgres
PGPASSWORD: postgres
@ -37,7 +37,7 @@ steps:
restore: true
- name: test
image: &elixir 'hexpm/elixir:1.16.2-erlang-26.2.3-debian-bookworm-20240130-slim'
image: 'hexpm/elixir:1.16.2-erlang-26.2.5-debian-bookworm-20240513-slim'
environment:
MIX_ENV: test
POSTGRES_HOST: db
@ -105,7 +105,7 @@ steps:
restore: true
- name: compile app
image: &elixir 'elixir:1.15.7-slim'
image: &elixir 'hexpm/elixir:1.16.2-erlang-26.2.5-debian-bookworm-20240513-slim'
commands:
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile
- mix compile --all-warnings --warnings-as-errors