Woodpecker CI: Fix compile error on Elixir 1.18 due to wrong OTP

This commit is contained in:
Phantasm 2026-02-14 20:10:13 +01:00 committed by Phantasm
commit 8640fcef22

View file

@ -8,7 +8,7 @@ depends_on:
steps: steps:
unit-testing-elixir-1.18: unit-testing-elixir-1.18:
image: elixir:1.18-alpine image: elixir:1.18-otp-27-alpine
environment: environment:
MIX_ENV: test MIX_ENV: test
DB_HOST: postgres DB_HOST: postgres