File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ install_hex_rebar: &install_hex_rebar
13
13
mix local.rebar --force
14
14
15
15
jobs :
16
- build_elixir_1_13_otp_25 :
16
+ build_elixir_1_14_otp_25 :
17
17
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
19
19
<< : *defaults
20
20
steps :
21
21
- checkout
37
37
- _build
38
38
- deps
39
39
40
- build_elixir_1_13_otp_24 :
40
+ build_elixir_1_13_otp_25 :
41
41
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
43
43
<< : *defaults
44
44
steps :
45
45
- checkout
@@ -83,7 +83,7 @@ workflows:
83
83
version : 2
84
84
build_test :
85
85
jobs :
86
+ - build_elixir_1_14_otp_25
86
87
- build_elixir_1_13_otp_25
87
- - build_elixir_1_13_otp_24
88
88
- build_elixir_1_12_otp_24
89
89
- build_elixir_1_11_otp_23
You can’t perform that action at this time.
0 commit comments