Skip to content

Commit 5b5a976

Browse files
committed
ci: bump to latest Elixir and Erlang
1 parent 3efff17 commit 5b5a976

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
latest: &latest
4-
pattern: "^1.15.7-erlang-26.*$"
4+
pattern: "^1.16.1-erlang-26.*$"
55

66
jobs:
77
build-test:
@@ -27,6 +27,7 @@ jobs:
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:
@@ -36,6 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)