diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a5f036..88eb78f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,28 +19,28 @@ jobs: fail-fast: false matrix: otp_vsn: - - '19' - - '19.1' - - '19.2' - - '19.3' - - '20' - - '20.1' - - '20.2' - - '20.3' - - '21' - - '21.1' - - '21.2' - - '21.3' - - '22' - - '22.1' - - '22.2' - - '22.3' - - '23' - - '23.1' - - '23.2' - - '23.3' - - '24.0' - 'latest' + - '24.0' + - '23.3' + - '23.2' + - '23.1' + - '23' + - '22.3' + - '22.2' + - '22.1' + - '22' + - '21.3' + - '21.2' + - '21.1' + - '21' + - '20.3' + - '20.2' + - '20.1' + - '20' + - '19.3' + - '19.2' + - '19.1' + - '19' name: 'ci-erl:${{ matrix.otp_vsn }}' runs-on: ubuntu-latest container: