File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010jobs :
1111 test :
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 name : Erlang ${{matrix.otp}}
1414 strategy :
1515 matrix :
16- otp : ['23.3.4.7 ', '24.3.4.4 ', '25.1 .2']
16+ otp : ['25.3 ', '26.2 ', '27 .2']
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 - uses : erlef/setup-beam@v1
2020 with :
2121 otp-version : ${{matrix.otp}}
Original file line number Diff line number Diff line change 99
1010jobs :
1111 test :
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 name : Erlang ${{matrix.otp}}
1414 strategy :
1515 matrix :
16- otp : ['26.2.5 ']
16+ otp : ['27.2 ']
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 - uses : erlef/setup-beam@v1
2020 with :
2121 otp-version : ${{matrix.otp}}
Original file line number Diff line number Diff line change 99
1010jobs :
1111 test :
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 name : Erlang ${{matrix.otp}}
1414 strategy :
1515 matrix :
16- otp : ['24.3.4.4 ']
16+ otp : ['27.2 ']
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 - uses : erlef/setup-beam@v1
2020 with :
2121 otp-version : ${{matrix.otp}}
You can’t perform that action at this time.
0 commit comments