Skip to content

Commit 7d1b767

Browse files
committed
27.3.0
1 parent 03e1765 commit 7d1b767

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: erlef/[email protected]
3838
with:
3939
otp-version: ${{ inputs.erlang_version }}
40+
version-type: strict
4041
elixir-version: ${{ inputs.elixir_version }}
4142
hexpm-mirrors: |
4243
https://builds.hex.pm

.github/workflows/test-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fail-fast: false
6363
matrix:
6464
erlang_version:
65-
- '27'
65+
- '27.3.0'
6666
elixir_version:
6767
- '1.17'
6868
metadata_store:

0 commit comments

Comments
 (0)