Skip to content

Commit

Permalink
no-release: Also run CI on OTP 27
Browse files Browse the repository at this point in the history
  • Loading branch information
zigge-zagge committed Aug 29, 2024
1 parent 8450b8f commit 6a6a060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
name: OTP ${{matrix.otp}}
strategy:
matrix:
otp: ["24.0", "25.0"]
otp: ["24.0", "25.0", "26.0", "27.0"]

steps:
- uses: actions/[email protected]
- uses: erlef/[email protected]
with:
otp-version: ${{ matrix.otp }}
rebar3-version: '3.16.1'
rebar3-version: '3.23.0'
- name: Compile
run: make
- name: Run xref
Expand Down

0 comments on commit 6a6a060

Please sign in to comment.