@@ -11,17 +11,17 @@ jobs:
11
11
name : OTP ${{matrix.otp}}
12
12
strategy :
13
13
matrix :
14
- otp : ['26.0 ', '25.3 ', '24.3 ']
15
- runs-on : ' ubuntu-22 .04'
14
+ otp : ['27 ', '26 ', '25 ']
15
+ runs-on : ' ubuntu-24 .04'
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
- uses : erlef/setup-beam@v1
21
21
with :
22
22
otp-version : ${{ matrix.otp }}
23
- rebar3-version : ' 3.21 .0'
24
- - uses : actions/cache@v2
23
+ rebar3-version : ' 3.24 .0'
24
+ - uses : actions/cache@v4
25
25
name : Cache
26
26
with :
27
27
path : |
@@ -32,13 +32,13 @@ jobs:
32
32
- run : rebar3 compile
33
33
- run : rebar3 ct
34
34
- run : rebar3 dialyzer
35
- if : ${{ matrix.otp == '26.0 ' }}
35
+ if : ${{ matrix.otp == '27 ' }}
36
36
- run : rebar3 xref
37
- if : ${{ matrix.otp == '26.0 ' }}
37
+ if : ${{ matrix.otp == '27 ' }}
38
38
- run : rebar3 as test do cover, covertool generate
39
- if : ${{ matrix.otp == '26.0 ' }}
39
+ if : ${{ matrix.otp == '27 ' }}
40
40
- name : Upload code coverage
41
41
uses : codecov/codecov-action@v2
42
- if : ${{ matrix.otp == '26.0 ' }}
42
+ if : ${{ matrix.otp == '27 ' }}
43
43
with :
44
44
file : " _build/test/covertool/segmented_cache.covertool.xml"
0 commit comments