chore: Update CI commands

This commit is contained in:
Robert Prehn 2023-08-10 09:22:27 +00:00
parent 3c0952d8fe
commit 7b3945b1b2
No known key found for this signature in database

View file

@ -1,5 +1,7 @@
test: test:
image: "hexpm/elixir:1.13.4-erlang-25.3.2.5-alpine-3.18.2" image: "hexpm/elixir:1.14.4-alpine"
script: script:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get - mix deps.get
- mix mash - mix mash