Skip to content

Commit

Permalink
Switch to released OTP/Elixir versions on CI
Browse files Browse the repository at this point in the history
Previously, we tried using the latest version of both Elixir and
OTP. Since we're having trouble with hex.pm currently, switch to
released versions of both to decrease the reliance on hex.pm.
  • Loading branch information
jeffkreeftmeijer committed Jul 3, 2024
1 parent 16f1cf0 commit eb3542e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: latest
elixir-version: latest
otp-version: 27.x
elixir-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v4
- name: Check code formatting
Expand All @@ -34,8 +34,8 @@ jobs:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: latest
elixir-version: latest
otp-version: 27.x
elixir-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v4
- name: Get dependencies
Expand All @@ -49,8 +49,8 @@ jobs:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: latest
elixir-version: latest
otp-version: 27.x
elixir-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v4
- name: Get dependencies
Expand Down Expand Up @@ -87,8 +87,8 @@ jobs:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: latest
elixir-version: latest
otp-version: 27.x
elixir-version: 1.17.x
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -109,8 +109,8 @@ jobs:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: latest
elixir-version: latest
otp-version: 27.x
elixir-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v4
- name: Get dependencies
Expand Down

0 comments on commit eb3542e

Please sign in to comment.