Skip to content

Commit

Permalink
chore: drop OTP 24 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Sep 26, 2024
1 parent 9d9ed89 commit e75566d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
strategy:
fail-fast: false
matrix:
otp_version: ['26', '25', '24']
otp_version: ['27', '26', '25']
steps:
- uses: actions/checkout@v1
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
rebar3-version: '3.16'
rebar3-version: '3.24'
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
otp-version: '24'
rebar3-version: '3.16'
otp-version: '27'
rebar3-version: '3.24'
- name: Check if docs build
run: rebar3 ex_doc

0 comments on commit e75566d

Please sign in to comment.