Skip to content

Commit

Permalink
ci: start testing with Erlang 1.14.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 3, 2022
1 parent 604601d commit f1af5a1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,20 @@ install_system_deps: &install_system_deps
apk add build-base linux-headers libmnl-dev libnl3-dev git
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 --exclude requires_ipv6

build_elixir_1_13_otp_25:
docker:
- image: hexpm/elixir:1.13.4-erlang-25.0-alpine-3.15.4
- image: hexpm/elixir:1.13.4-erlang-25.0.3-alpine-3.16.0
<<: *defaults
steps:
- checkout
Expand Down Expand Up @@ -57,7 +68,7 @@ jobs:

build_elixir_1_12_otp_24:
docker:
- image: hexpm/elixir:1.12.3-erlang-24.3.4-alpine-3.15.3
- image: hexpm/elixir:1.12.3-erlang-24.3.4.2-alpine-3.16.0
<<: *defaults
steps:
- checkout
Expand All @@ -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 f1af5a1

Please sign in to comment.