From 022a964d9241ac70089d657946a950e51e87cf4a Mon Sep 17 00:00:00 2001 From: Andrei Neculau Date: Mon, 31 May 2021 00:59:18 +0200 Subject: [PATCH] reverse matrix.otp_vsn --- .github/workflows/ci.yml | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a5f0364..88eb78f0 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: