Skip to content

Commit

Permalink
Add latest Erlang version to CI
Browse files Browse the repository at this point in the history
To ensure CI runs the latest released Erlang version, add "latest" to
the matrix.

[skip changeset]
  • Loading branch information
jeffkreeftmeijer committed Jul 3, 2024
1 parent 72b1863 commit c683b12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: 27.x
otp-version: latest
elixir-version: latest
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: 27.x
otp-version: latest
elixir-version: latest
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: 27.x
otp-version: latest
elixir-version: latest
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: 27.x
otp-version: latest
elixir-version: latest
- name: PLT cache
uses: actions/cache@v4
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: 27.x
otp-version: latest
elixir-version: latest
- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -109,7 +109,7 @@ jobs:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: 27.x
otp-version: latest
elixir-version: latest
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -130,7 +130,7 @@ jobs:
- 25.x
include:
- elixir: latest
otp: 27.x
otp: latest
- elixir: 1.16.x
otp: 26.x
- elixir: 1.15.x
Expand Down

0 comments on commit c683b12

Please sign in to comment.