Skip to content

Commit

Permalink
use elixir 1.14 for mixed version archive
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Jun 20, 2024
1 parent 76e0da1 commit af05892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: erlef/setup-beam@v1.17
with:
otp-version: ${{ steps.check.outputs.otp_version }}
elixir-version: 1.15
elixir-version: 1.14
hexpm-mirrors: |
https://builds.hex.pm
https://cdn.jsdelivr.net/hex
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mixed-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: erlef/setup-beam@v1.17
with:
otp-version: ${{ steps.check.outputs.otp_version }}
elixir-version: 1.15
elixir-version: 1.14
hexpm-mirrors: |
https://builds.hex.pm
https://cdn.jsdelivr.net/hex
Expand Down

0 comments on commit af05892

Please sign in to comment.