From c5f9652019bba8220b4cd73b8d44d147850fbfca Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 27 Apr 2022 13:30:17 +0200 Subject: CI: Update to test latest OTP 25.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 abe20503f..8a9502f63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['19.3', '24', '25.0-rc1'] + otp: ['19.3', '24', '25.0-rc3'] include: - otp: '19.3' rebar: 2 @@ -33,7 +33,7 @@ jobs: - otp: '24' rebar: 3 os: ubuntu-20.04 - - otp: '25.0-rc1' + - otp: '25.0-rc3' rebar: 3 os: ubuntu-20.04 runs-on: ${{ matrix.os }} -- cgit v1.2.3