File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 steps :
1616 - uses : actions/checkout@v2
1717
18- - uses : erlef/setup-elixir @v1
18+ - uses : erlef/setup-beam @v1
1919 with :
2020 otp-version : " 24"
21- elixir-version : " 1.12 "
21+ elixir-version : " 1.13 "
2222
2323 - uses : actions/cache@v2
2424 with :
4343 os :
4444 - ubuntu-20.04
4545 elixir :
46+ - " 1.13"
4647 - " 1.12"
4748 - " 1.11"
4849 - " 1.10"
@@ -51,23 +52,30 @@ jobs:
5152 - " 23"
5253 - " 21"
5354 exclude :
55+ - elixir : " 1.13"
56+ otp : " 21"
5457 - elixir : " 1.12"
5558 otp : " 21"
5659 - elixir : " 1.11"
5760 otp : " 21"
5861 - elixir : " 1.10"
5962 otp : " 21"
63+ # Combination Elixir 1.11.4 / OTP 24 failing for hex
64+ - elixir : " 1.11"
65+ otp : " 24"
66+ - elixir : " 1.10"
67+ otp : " 24"
6068 include :
6169 - os : windows-2019
62- elixir : " 1.12 "
70+ elixir : " 1.13 "
6371 otp : " 24"
6472 - os : windows-2019
65- elixir : " 1.11 "
73+ elixir : " 1.12 "
6674 otp : " 24"
6775 steps :
6876 - uses : actions/checkout@v2
6977
70- - uses : erlef/setup-elixir @v1
78+ - uses : erlef/setup-beam @v1
7179 with :
7280 otp-version : ${{ matrix.otp }}
7381 elixir-version : ${{ matrix.elixir }}
You can’t perform that action at this time.
0 commit comments