File tree Expand file tree Collapse file tree 1 file changed +16
-19
lines changed Expand file tree Collapse file tree 1 file changed +16
-19
lines changed Original file line number Diff line number Diff line change @@ -29,28 +29,25 @@ jobs:
29
29
# OTP-18) REBAR3_VERSION="3.11.1"
30
30
# OTP-17) REBAR3_VERSION="3.10.0"
31
31
32
- test_r3_3_16_1 :
32
+ test :
33
33
runs-on : ubuntu-20.04
34
34
name : OTP ${{matrix.otp}}
35
- strategy :
36
- matrix :
37
- otp : [22.3.4.9, 23.3.4.5, 24.3.3]
38
35
env :
39
36
emacs : 27.1
40
- rebar3 : 3.16.1
41
-
42
- # test_r3_3_22_1:
43
- # runs-on: ubuntu-20.04
44
- # name: OTP ${{matrix. otp}}
45
- # strategy:
46
- # matrix:
47
- # otp: [25.3, 26.3, 27.0]
48
- # env:
49
- # emacs: 27.1
50
- # rebar3: 3.22.1
51
-
52
- test :
53
- needs : [test_r3_3_16_1]
37
+ strategy :
38
+ matrix :
39
+ - otp : " 22.3.4.9 "
40
+ rebar3 : " 3.16.1 "
41
+ - otp : " 23.3.4.5 "
42
+ rebar3 : " 3.16.1 "
43
+ - otp : " 24.3.3 "
44
+ rebar3 : " 3.16.1 "
45
+ - otp : " 25.3.3 "
46
+ rebar3 : " 3.22.1 "
47
+ - otp : " 26.5.3 "
48
+ rebar3 : " 3.22.1 "
49
+ - otp : " 27.3.3 "
50
+ rebar3 : " 3.22.1 "
54
51
steps :
55
52
- name : Install Emacs
56
53
uses : purcell/setup-emacs@master
62
59
uses : erlef/setup-beam@v1
63
60
with :
64
61
otp-version : ${{matrix.otp}}
65
- rebar3-version : ${{env .rebar3}}
62
+ rebar3-version : ${{matrix .rebar3}}
66
63
install-hex : false
67
64
68
65
- name : Add Erlang to Path
You can’t perform that action at this time.
0 commit comments