Skip to content

Commit

Permalink
Run latest Elixir on CI (#48)
Browse files Browse the repository at this point in the history
Because of issues building Elixir main on OTP master, replace the
main/master pair with 27.x/latest.

Related to appsignal/appsignal-elixir#954.

[skip changeset]
  • Loading branch information
jeffkreeftmeijer authored Jul 9, 2024
1 parent cafef55 commit fa761c1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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: master
elixir-version: main
otp-version: 27.x
elixir-version: latest
- 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: master
elixir-version: main
otp-version: 27.x
elixir-version: latest
- 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: master
elixir-version: main
otp-version: 27.x
elixir-version: latest
- name: Checkout code
uses: actions/checkout@v4
- name: Get dependencies
Expand Down Expand Up @@ -92,8 +92,8 @@ jobs:
- 26.x
- 25.x
include:
- elixir: main
otp: master
- elixir: latest
otp: 27.x
- elixir: 1.16.x
otp: 26.x
- elixir: 1.15.x
Expand Down

0 comments on commit fa761c1

Please sign in to comment.