From 43d258298333d2b3e341d015cf168ad177976ab0 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 27 Mar 2024 23:09:15 +0100 Subject: [PATCH] CI: Update 27.0-rc1 to rc2 --- .github/workflows/ci.yml | 2 +- .github/workflows/runtime.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 815780cf63b..3a83f25b694 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', '26', '27.0-rc1'] + otp: ['20.0', '25', '26', '27.0-rc2'] runs-on: ubuntu-20.04 services: redis: diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index 6b479b0648f..2c95b99f0d3 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -149,7 +149,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['23.0', '25', '26', '27.0-rc1'] + otp: ['23.0', '25', '26', '27.0-rc2'] elixir: ['1.13.4', '1.15.7', '1.16'] exclude: - otp: '23.0' @@ -158,7 +158,7 @@ jobs: elixir: '1.16' - otp: '26' elixir: '1.13.4' - - otp: '27.0-rc1' + - otp: '27.0-rc2' elixir: '1.13.4' runs-on: ubuntu-20.04 @@ -284,7 +284,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['23.0', '25', '26', '27.0-rc1'] + otp: ['23.0', '25', '26', '27.0-rc2'] elixir: ['1.13.4', '1.15.7', '1.16'] exclude: - otp: '23.0' @@ -293,7 +293,7 @@ jobs: elixir: '1.16' - otp: '26' elixir: '1.13.4' - - otp: '27.0-rc1' + - otp: '27.0-rc2' elixir: '1.13.4' runs-on: ubuntu-20.04