File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v3
1717 - uses : erlef/setup-beam@v1
1818 with :
19- otp-version : 26 .0
20- elixir-version : 1.16
19+ otp-version : 27 .0
20+ elixir-version : 1.18
2121 - run : mix deps.get
2222 - run : mix compile --warnings-as-errors
2323 - run : mix credo --ignore design.tagtodo
4040 strategy :
4141 matrix :
4242 version :
43- - otp : 26 .0
44- elixir : 1.16 .0
43+ - otp : 27 .0
44+ elixir : 1.18 .0
4545 os : ubuntu-latest
4646 - otp : 22.0
4747 elixir : 1.12.0
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v2
2020 - uses : erlef/setup-beam@v1
2121 with :
22- otp-version : 26 .0
23- elixir-version : 1.16
22+ otp-version : 27 .0
23+ elixir-version : 1.18
2424 - run : mix deps.get
2525 - run : mix hex.publish --yes
You can’t perform that action at this time.
0 commit comments