From c271d73dbd0ad771784b0117b82bd783a1ef9923 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 17 Apr 2023 12:20:40 +0200 Subject: [PATCH] CI: Update Erlang/OTP to 26.0-rc3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bdec91d7..575070886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['20.0', '25.3', '26.0-rc2'] + otp: ['20.0', '25.3', '26.0-rc3'] runs-on: ubuntu-20.04 services: redis: @@ -149,7 +149,7 @@ jobs: - run: make options - run: make xref - run: make dialyzer - if: matrix.otp != '26.0-rc2' + if: matrix.otp != '26.0-rc3' - name: Check Production Release run: |