File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : false
1111 matrix :
12- otp : ['19.3', '21.3', 24 ]
13- runs-on : ubuntu-20 .04
12+ otp : [20, 25, 26, 27 ]
13+ runs-on : ubuntu-24 .04
1414 container :
1515 image : erlang:${{ matrix.otp }}
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 - run : adduser tester && chown -R tester .
1919 - run : su tester -c "make"
2020 - run : su tester -c "rebar3 compile"
Original file line number Diff line number Diff line change 77
88jobs :
99 release :
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-24 .04
1111 steps :
12+
1213 - name : Check out
13- uses : actions/checkout@v2
14+ uses : actions/checkout@v4
15+
16+ - name : Get Erlang/OTP
17+ uses : erlef/setup-beam@v1
18+ with :
19+ otp-version : 27
20+ rebar3-version : ' 3.24.0'
21+
22+ - name : Generate documentation
23+ run : rebar3 edoc
1424
1525 - name : Setup rebar3 hex
1626 run : |
You can’t perform that action at this time.
0 commit comments