diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c553c95d2..0b9b7b6e7 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-rc3'] + otp: ['20.0', '25', '26', '27'] runs-on: ubuntu-20.04 services: redis: diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index d538d3473..36c7aaade 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-rc3'] + otp: ['20', '25', '26', '27'] rebar: ['rebar', 'rebar3'] runs-on: ubuntu-22.04 container: