Skip to content

Commit

Permalink
ci: build on Elixir 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 11, 2022
1 parent 1e6a767 commit 97530a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ install_system_deps: &install_system_deps
apk add build-base curl
jobs:
build_elixir_1_14_otp_25:
docker:
- image: hexpm/elixir:1.14.0-rc.0-erlang-25.0.3-alpine-3.16.0
<<: *defaults
steps:
- checkout
- <<: *install_hex_rebar
- <<: *install_system_deps
- run: mix deps.get
- run: mix test

build_elixir_1_13_otp_25:
docker:
- image: hexpm/elixir:1.13.4-erlang-25.0-alpine-3.15.4
Expand Down Expand Up @@ -81,6 +92,7 @@ workflows:
version: 2
build_test:
jobs:
- build_elixir_1_14_otp_25
- build_elixir_1_13_otp_25
- build_elixir_1_13_otp_24
- build_elixir_1_12_otp_24
Expand Down

0 comments on commit 97530a2

Please sign in to comment.