Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Jul 12, 2024
1 parent 60f2161 commit 29deb8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
otp_version: [24, 25, 26]
otp_version: [24, 25, 26, 27]
os: [ubuntu-latest, windows-latest]
exclude:
# `ct_slave` fails to start Erlang nodes on Windows with Erlang 24.
Expand All @@ -23,15 +23,15 @@ jobs:
os: windows-latest

env:
RUN_DIALYZER_ON_OTP_RELEASE: 26
RUN_DIALYZER_ON_OTP_RELEASE: 27

steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
id: install-erlang
with:
otp-version: ${{matrix.otp_version}}
rebar3-version: '3.20.0'
rebar3-version: '3.23.0'

- name: Restore Dialyzer PLT files from cache
uses: actions/cache@v4
Expand Down

0 comments on commit 29deb8d

Please sign in to comment.