From a30d8c718f287e23e8c3ca34893de321d77eb989 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 9 Jun 2022 22:15:53 +0200 Subject: [PATCH] Update workflows to Erlang 25 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/runtime.yml | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52d6c4208..a4632deca 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-rc3'] + otp: ['19.3', '24', '25.0'] include: - otp: '19.3' rebar: 2 @@ -33,7 +33,7 @@ jobs: - otp: '24' rebar: 3 os: ubuntu-20.04 - - otp: '25.0-rc3' + - otp: '25.0' rebar: 3 os: ubuntu-20.04 runs-on: ${{ matrix.os }} diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index 596f54fb8..881bb630d 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['19.3', '21.3', '22.0', '24.3', '25.0-rc3'] + otp: ['19.3', '21.3', '22.0', '24.3', '25'] rebar: ['rebar', 'rebar3'] include: - otp: '19.3' @@ -42,7 +42,7 @@ jobs: os: ubuntu-20.04 - otp: '24.3' os: ubuntu-20.04 - - otp: '25.0-rc3' + - otp: '25' os: ubuntu-20.04 runs-on: ${{ matrix.os }} container: @@ -110,17 +110,19 @@ jobs: strategy: fail-fast: false matrix: - otp: ['21.3', '22.0', '24.3'] + otp: ['21.3', '22.0', '25.0'] elixir: ['1.10.3', '1.11.4', '1.12.3', '1.13.0'] exclude: - otp: '21.3' elixir: '1.12.3' - otp: '21.3' elixir: '1.13.0' - - otp: '24.3' + - otp: '25.0' elixir: '1.10.3' - - otp: '24.3' + - otp: '25.0' elixir: '1.11.4' + - otp: '25.0' + elixir: '1.12.3' runs-on: ubuntu-20.04 steps: