File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,16 @@ jobs:
31
31
include :
32
32
- otp : 24
33
33
otp_version : " 24.0"
34
+ elixir_version : " 1.16.2"
34
35
- otp : 25
35
36
otp_version : " 25.0.4"
37
+ elixir_version : " 1.16.2"
36
38
- otp : 26
37
39
otp_version : " 26.0.2"
40
+ elixir_version : " 1.16.2"
38
41
- otp : 27
39
42
otp_version : " 27.0"
43
+ elixir_version : " 1.17.0-rc.0"
40
44
runs-on : ubuntu-22.04
41
45
steps :
42
46
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -5,13 +5,15 @@ inputs:
5
5
description : " The major OTP version"
6
6
otp_version :
7
7
description : " The exact OTP version (major.minor[.patch])"
8
+ elixir_version :
9
+ description : " The exact Elixir version (major.minor[.patch])"
8
10
runs :
9
11
using : " composite"
10
12
steps :
11
13
- uses : erlef/setup-beam@v1.16.0
12
14
with :
13
15
otp-version : ${{ inputs.otp_version }}
14
- elixir-version : " 1.16.0 "
16
+ elixir-version : ${{ inputs.elixir_version }}
15
17
- name : Build ex_doc
16
18
shell : bash
17
19
run : |
You can’t perform that action at this time.
0 commit comments