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

change in elixer version and made version universal #14

Merged
merged 2 commits into from
Mar 8, 2024
Merged

Conversation

gourav3255
Copy link
Contributor

Made some changes in elixer build test file if its correct will do for others also

@@ -7,6 +7,14 @@ on:
flag_test_coverage:
required: false
type: boolean
elixer_version:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

elixir*

elixer_version:
type: string
required: false
default: 1.16.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default should be '1.13.4'
also, can we wrap it in quotes?

@@ -25,8 +33,9 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
elixir: ['1.13.4']
otp: ['24.0']
elixir: ${{ inputs.elixer_version }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be wrapped in square brackets, it's an array

Copy link
Contributor

@arvindpunk arvindpunk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@arvindpunk arvindpunk merged commit b181d83 into main Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants