Browse Source

use different rebar versions

pull/179/head
Lukasz Samson 2 years ago
parent
commit
ab82940dbd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml View File

@ -13,6 +13,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest]
include: include:
- otp_version: "25.x" - otp_version: "25.x"
- otp_version: "24.x" - otp_version: "24.x"
@ -23,7 +24,6 @@ jobs:
rebar3-version: 3.6.1 rebar3-version: 3.6.1
- otp_version: "20.x" - otp_version: "20.x"
rebar3-version: 3.6.1 rebar3-version: 3.6.1
os: [ubuntu-latest]
env: env:
OTP_VERSION: ${{ matrix.otp_version }} OTP_VERSION: ${{ matrix.otp_version }}
steps: steps:

Loading…
Cancel
Save