浏览代码

use different rebar versions

pull/179/head
Lukasz Samson 2 年前
父节点
当前提交
4f32200d52
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. +9
    -9
      .github/workflows/test.yml

+ 9
- 9
.github/workflows/test.yml 查看文件

@ -14,15 +14,15 @@ jobs:
fail-fast: false
matrix:
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
- 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 }}

正在加载...
取消
保存