本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
SisMaker
/
ibrowse
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
Projects
0
版本發佈
30
Wiki
活動
瀏覽代碼
use different rebar versions
pull/179/head
Lukasz Samson
2 年之前
父節點
fd7318d514
當前提交
f6fa447cc2
共有
1 個檔案被更改
,包括
11 行新增
和
7 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-7
.github/workflows/test.yml
+ 11
- 7
.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:
Write
Preview
Loading…
取消
儲存