Skip to content

Commit

Permalink
Merge pull request #954 from appsignal/fix-ci
Browse files Browse the repository at this point in the history
Switch off master and main versions to fix CI
  • Loading branch information
jeffkreeftmeijer authored Jul 3, 2024
2 parents ea1f45c + b2bef40 commit ce1dcb8
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 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: 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: master
elixir-version: main
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: master
elixir-version: main
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: master
elixir-version: main
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: master
elixir-version: main
otp-version: 27.x
elixir-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v4
- name: Get dependencies
Expand All @@ -129,8 +129,6 @@ jobs:
- 26.x
- 25.x
include:
- elixir: main
otp: master
- elixir: 1.16.x
otp: 26.x
- elixir: 1.15.x
Expand Down

0 comments on commit ce1dcb8

Please sign in to comment.