From f6fa447cc21a2b3ae7aae3cf676f0aa3b56d2c0e Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Thu, 27 Oct 2022 22:54:44 +0200 Subject: [PATCH] use different rebar versions --- .github/workflows/test.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29b0205..7d440e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,13 +13,16 @@ jobs: strategy: fail-fast: false matrix: - otp_version: - - "25.x" - - "24.x" - - "23.x" - - "22.x" - - "21.x" - - "20.x" + include: + - otp_version: "25.x" + - otp_version: "24.x" + - otp_version: "23.x" + - otp_version: "22.x" + rebar3-version: 3.6.1 + - otp_version: "21.x" + rebar3-version: 3.6.1 + - otp_version: "20.x" + rebar3-version: 3.6.1 os: [ubuntu-latest] env: OTP_VERSION: ${{ matrix.otp_version }} @@ -28,6 +31,7 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp_version }} + rebar3-version: ${{ matrix.rebar3-version }} - uses: actions/cache@v2 name: Cache with: