Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cc/test/6/pin elixir version to last known good #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: pin asdf toolchain versions so all tests pass
Match the .tool-versions Elixir version to what is already in the
mix.exs file (Elixir 1.10).

Add corresponding Erlang OTP version.

Add a reasonable Java runtime for the PlantUML tasks to pass muster.
This will be especially helpful to those of us who have not kept in
touch with recent developments in the Java world.
chriscrabtree committed Jul 17, 2022
commit 3f50cc943bc446541d3b4a218fdcc3017f71da0c
3 changes: 3 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
erlang 22.3.4.26
elixir 1.10.4-otp-22
java adoptopenjdk-jre-18.0.1+10