We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e1765 commit 7d1b767Copy full SHA for 7d1b767
.github/workflows/test-make-target.yaml
@@ -37,6 +37,7 @@ jobs:
37
uses: erlef/[email protected]
38
with:
39
otp-version: ${{ inputs.erlang_version }}
40
+ version-type: strict
41
elixir-version: ${{ inputs.elixir_version }}
42
hexpm-mirrors: |
43
https://builds.hex.pm
.github/workflows/test-make.yaml
@@ -62,7 +62,7 @@ jobs:
62
fail-fast: false
63
matrix:
64
erlang_version:
65
- - '27'
+ - '27.3.0'
66
elixir_version:
67
- '1.17'
68
metadata_store:
0 commit comments