File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -25,26 +25,18 @@ jobs:
2525
2626 test :
2727 name : Elixir ${{ matrix.elixir }} / OTP ${{ matrix.otp }}
28- runs-on : ubuntu-20 .04
28+ runs-on : ubuntu-22 .04
2929 needs : check_duplicate_runs
3030 if : ${{ needs.check_duplicate_runs.outputs.should_skip != 'true' }}
3131
3232 strategy :
3333 fail-fast : false
3434 matrix :
3535 include :
36- - elixir : 1.7
37- otp : 21.3
38- - elixir : 1.8.2
39- otp : 21.3
40- - elixir : 1.9.4
41- otp : 22.2
42- - elixir : 1.10.4
43- otp : 23.0
4436 - elixir : 1.13.0
45- otp : 24.1
37+ otp : 24
4638 - elixir : 1.14.1
47- otp : 25.1
39+ otp : 25
4840 check_warnings : true
4941 check_format : true
5042 steps :
Original file line number Diff line number Diff line change 77 - ' *'
88jobs :
99 publish :
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-22 .04
1111 steps :
1212 - uses : actions/checkout@v3
1313 - name : Set up Elixir
You can’t perform that action at this time.
0 commit comments