-
Notifications
You must be signed in to change notification settings - Fork 1
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
version bump #21
version bump #21
Conversation
I'll try to find some laptop time to look at this. |
.github/workflows/main.yml
Outdated
@@ -37,8 +41,8 @@ jobs: | |||
fetch-depth: 0 | |||
- uses: erlef/setup-beam@v1 | |||
with: | |||
otp-version: '25.3.1' | |||
elixir-version: '1.14.5' | |||
otp-version: '27.0.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
@@ -21,7 +21,7 @@ | |||
# erlang = pkgs.beam.interpreters.erlang; | |||
|
|||
# use latest version of Erlang 27 | |||
erlang = final.beam.interpreters.erlang_25; | |||
erlang = final.beam.interpreters.erlang_27; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might have been what I needed when I was playing around with devenv!
this pr is the implementation for #16