Skip to content

Commit d044895

Browse files
committed
ci: test with Elixir 1.14.0
1 parent 1c58f65 commit d044895

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ install_hex_rebar: &install_hex_rebar
1313
mix local.rebar --force
1414
1515
jobs:
16-
build_elixir_1_13_otp_25:
16+
build_elixir_1_14_otp_25:
1717
docker:
18-
- image: hexpm/elixir:1.13.4-erlang-25.0-alpine-3.15.4
18+
- image: hexpm/elixir:1.14.0-erlang-25.0.4-alpine-3.16.1
1919
<<: *defaults
2020
steps:
2121
- checkout
@@ -37,9 +37,9 @@ jobs:
3737
- _build
3838
- deps
3939

40-
build_elixir_1_13_otp_24:
40+
build_elixir_1_13_otp_25:
4141
docker:
42-
- image: hexpm/elixir:1.13.4-erlang-24.3.4-alpine-3.15.3
42+
- image: hexpm/elixir:1.13.4-erlang-25.0.3-alpine-3.16.0
4343
<<: *defaults
4444
steps:
4545
- checkout
@@ -83,7 +83,7 @@ workflows:
8383
version: 2
8484
build_test:
8585
jobs:
86+
- build_elixir_1_14_otp_25
8687
- build_elixir_1_13_otp_25
87-
- build_elixir_1_13_otp_24
8888
- build_elixir_1_12_otp_24
8989
- build_elixir_1_11_otp_23

0 commit comments

Comments
 (0)