File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2.1
22
33latest : &latest
4- pattern : " ^1.15.7 -erlang-26.*$"
4+ pattern : " ^1.16.1 -erlang-26.*$"
55
66jobs :
77 build-test :
2727 keys :
2828 - v1-mix-cache-<< parameters.tag >>-{{ checksum "mix.lock" }}
2929 - run : mix deps.get
30+ - run : mix compile --warnings-as-errors
3031 - run : MIX_ENV=test mix compile --warnings-as-errors
3132 - run : mix test
3233 - when :
3637 - run : mix format --check-formatted
3738 - run : mix deps.unlock --check-unused
3839 - run : mix docs
40+ - run : mix hex.build
3941 - run : mix credo -a --strict
4042 - run : mix dialyzer
4143 - save_cache :
@@ -52,8 +54,9 @@ workflows:
5254 matrix :
5355 parameters :
5456 tag : [
57+ 1.16.1-erlang-26.2.2-alpine-3.19.1,
5558 1.15.7-erlang-26.1.2-alpine-3.18.4,
56- 1.14.4 -erlang-25.3.2-alpine-3.17.3,
59+ 1.14.5 -erlang-25.3.2-alpine-3.17.3,
5760 1.13.4-erlang-24.3.4-alpine-3.15.3,
5861 1.12.3-erlang-24.3.4-alpine-3.15.3,
5962 1.11.4-erlang-23.3.4.13-alpine-3.15.3
You can’t perform that action at this time.
0 commit comments