Woodpecker CI: Fix compile error on Elixir 1.18 due to wrong OTP
This commit is contained in:
parent
0fd544722f
commit
8640fcef22
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue