File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1414 - name : Install OTP and Elixir
1515 uses : erlef/setup-beam@v1
1616 with :
17- otp-version : " 25 .0"
18- elixir-version : " 1.14.2 "
17+ otp-version : " 28 .0"
18+ elixir-version : " 1.18.4 "
1919
2020 - name : Install dependencies
2121 run : mix deps.get
3535 - name : Install OTP and Elixir
3636 uses : erlef/setup-beam@v1
3737 with :
38- otp-version : " 25 .0"
39- elixir-version : " 1.14.2 "
38+ otp-version : " 28 .0"
39+ elixir-version : " 1.18.4 "
4040
4141 - name : Install dependencies
4242 run : mix deps.get
@@ -51,18 +51,18 @@ jobs:
5151 fail-fast : false
5252 matrix :
5353 include :
54+ - erlang : " 28.0"
55+ elixir : " 1.18.4"
56+ os : " ubuntu-24.04"
57+ - erlang : " 26.1"
58+ elixir : " 1.15.7"
59+ os : " ubuntu-24.04"
5460 - erlang : " 24.2"
5561 elixir : " 1.12.3"
5662 os : " ubuntu-22.04"
5763 - erlang : " 24.2"
5864 elixir : " 1.13.4"
5965 os : " ubuntu-22.04"
60- - erlang : " 23.0"
61- elixir : " 1.11.2"
62- os : " ubuntu-20.04"
63- - erlang : " 23.0"
64- elixir : " 1.10.3"
65- os : " ubuntu-20.04"
6666
6767 steps :
6868 - uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments