diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 428710cdd..c553c95d2 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-rc3'] runs-on: ubuntu-20.04 services: redis: diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index 39c6e8196..d538d3473 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['20', '25', '26', '27.0-rc1'] + otp: ['20', '25', '26', '27.0-rc3'] rebar: ['rebar', 'rebar3'] runs-on: ubuntu-22.04 container: @@ -148,7 +148,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['23.0', '25', '26', '27.0-rc1'] + otp: ['23.0', '25', '26', '27.0-rc3'] elixir: ['1.13.4', '1.15.7', '1.16'] exclude: - otp: '23.0' @@ -157,7 +157,7 @@ jobs: elixir: '1.16' - otp: '26' elixir: '1.13.4' - - otp: '27.0-rc1' + - otp: '27.0-rc3' elixir: '1.13.4' runs-on: ubuntu-20.04 @@ -282,7 +282,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['23.0', '25', '26', '27.0-rc1'] + otp: ['23.0', '25', '26', '27.0-rc3'] elixir: ['1.13.4', '1.15.7', '1.16'] exclude: - otp: '23.0' @@ -291,7 +291,7 @@ jobs: elixir: '1.16' - otp: '26' elixir: '1.13.4' - - otp: '27.0-rc1' + - otp: '27.0-rc3' elixir: '1.13.4' runs-on: ubuntu-20.04