Skip to content

Commit

Permalink
Use Elixir 1.16 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 2, 2024
1 parent 6641efe commit 6a118e2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
version: 2.1

latest: &latest
pattern: "^1.15.*-erlang-26.*$"
pattern: "^1.16.*-erlang-26.*$"

tags:
&tags [
tags: &tags
[
1.16.1-erlang-26.2.1-alpine-3.18.4,
1.15.7-erlang-26.1.2-alpine-3.18.4,
1.14.5-erlang-25.3.2-alpine-3.18.0,
1.13.4-erlang-24.3.4-alpine-3.15.3,
1.12.3-erlang-24.3.4-alpine-3.15.3,
1.11.4-erlang-23.3.4.13-alpine-3.15.3,
1.11.4-erlang-23.3.4.13-alpine-3.15.3
]

jobs:
Expand Down Expand Up @@ -43,6 +44,7 @@ jobs:
steps:
- run: mix format --check-formatted
- run: mix deps.unlock --check-unused
- run: mix compile --warnings-as-errors
- run: mix docs
- run: mix hex.build
- run: mix credo -a --strict
Expand Down

0 comments on commit 6a118e2

Please sign in to comment.