chore: Update CI commands
This commit is contained in:
parent
3c0952d8fe
commit
7b3945b1b2
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
test:
|
||||
image: "hexpm/elixir:1.13.4-erlang-25.3.2.5-alpine-3.18.2"
|
||||
image: "hexpm/elixir:1.14.4-alpine"
|
||||
script:
|
||||
- mix local.hex --force
|
||||
- mix local.rebar --force
|
||||
- mix deps.get
|
||||
- mix mash
|
||||
|
|
Loading…
Reference in a new issue