File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 18
18
fetch-depth : 50
19
19
- uses : erlef/setup-beam@v1
20
20
with :
21
- otp-version : 25.0
22
- elixir-version : 1.14.0
21
+ otp-version : ' 25.0'
22
+ elixir-version : ' 1.14.0'
23
23
- name : Run Elixir script
24
24
env :
25
25
ELIXIR_FORUM_TOKEN : ${{ secrets.ELIXIR_FORUM_TOKEN }}
Original file line number Diff line number Diff line change 34
34
matrix :
35
35
include :
36
36
- otp : 24
37
- otp_version : 24.3
37
+ otp_version : ' 24.3'
38
38
- otp : 25
39
- otp_version : 25.0
39
+ otp_version : ' 25.3'
40
+ - otp : 26
41
+ otp_version : ' 26.0'
40
42
build_docs : build_docs
41
43
runs-on : ubuntu-20.04
42
44
steps :
Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ jobs:
20
20
matrix :
21
21
include :
22
22
- otp : 24
23
- otp_version : 24.3
23
+ otp_version : ' 24.3'
24
24
upload_generic_version : upload_generic_version
25
25
- otp : 25
26
- otp_version : 25.0
26
+ otp_version : ' 25.3'
27
+ - otp : 26
28
+ otp_version : ' 26.0'
27
29
build_docs : build_docs
28
30
runs-on : ubuntu-20.04
29
31
concurrency : builds_txt
You can’t perform that action at this time.
0 commit comments