diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index cd599fe83..3bf4c03d1 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -31,11 +31,9 @@ jobs: strategy: fail-fast: false matrix: - otp: ['24', '25', '26', '27', '28'] + otp: ['25', '26', '27', '28'] rebar: ['rebar', 'rebar3'] exclude: - - otp: '24' - rebar: 'rebar' - otp: '27' rebar: 'rebar' - otp: '28'