소스 검색

use different rebar versions

pull/179/head
Lukasz Samson 2 년 전
부모
커밋
ab82940dbd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml 파일 보기

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

불러오는 중...
취소
저장