From dffb95ffef3437587d323f77a7ac8fbd69075bab Mon Sep 17 00:00:00 2001 From: Hakan Nilsson Date: Thu, 21 Dec 2023 11:23:08 +0100 Subject: [PATCH] Add OTP 26 to release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7b33737f..09ac50d5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} @@ -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