File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 77jobs :
88 test :
99 name : Test (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.erlang }})
10- runs-on : ${{ matrix.runner }}
10+ runs-on : ubuntu-latest
1111 strategy :
1212 fail-fast : false
1313 matrix :
1414 include :
15- - erlang : " 27.0"
16- elixir : " 1.17"
17- runner : ubuntu-latest
15+ - erlang : " 28.1"
16+ elixir : " 1.19"
1817 lint : true
1918 coverage : true
2019 report : true
2120 dialyzer : true
22- - erlang : " 25.3"
21+ # One version down.
22+ - erlang : " 27.2"
23+ elixir : " 1.18"
24+ # Oldest version. We technically support OTP 23 but hard to test in CI
25+ - erlang : " 24.3"
2326 elixir : " 1.14"
24- runner : ubuntu-latest
25- - erlang : " 23.3.1"
26- elixir : " 1.11.4"
27- runner : ubuntu-20.04
2827 env :
2928 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3029 MIX_ENV : test
You can’t perform that action at this time.
0 commit comments