Skip to content

Commit af05892

Browse files
committed
use elixir 1.14 for mixed version archive
1 parent 76e0da1 commit af05892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/templates/test-mixed-versions.template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
uses: erlef/[email protected]
9595
with:
9696
otp-version: ${{ steps.check.outputs.otp_version }}
97-
elixir-version: 1.15
97+
elixir-version: 1.14
9898
hexpm-mirrors: |
9999
https://builds.hex.pm
100100
https://cdn.jsdelivr.net/hex

.github/workflows/test-mixed-versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: erlef/[email protected]
7373
with:
7474
otp-version: ${{ steps.check.outputs.otp_version }}
75-
elixir-version: 1.15
75+
elixir-version: 1.14
7676
hexpm-mirrors: |
7777
https://builds.hex.pm
7878
https://cdn.jsdelivr.net/hex

0 commit comments

Comments
 (0)