Skip to content

Commit

Permalink
Add OTP 26 to release workflow (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
plux authored Dec 21, 2023
1 parent d263867 commit 16eea7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
otp-version: [23, 24, 25]
otp-version: [23, 24, 25, 26]
runs-on: ${{ matrix.platform }}
container:
image: erlang:${{ matrix.otp-version }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Lint
run: rebar3 lint
- name: Generate Dialyzer PLT for usage in CT Tests
run: dialyzer --build_plt --apps erts kernel stdlib
run: dialyzer --build_plt --apps erts kernel stdlib compiler crypto
- name: Start epmd as daemon
run: epmd -daemon
- name: Run CT Tests
Expand Down

0 comments on commit 16eea7d

Please sign in to comment.