瀏覽代碼
fix cirrus nightly_task to use otp 19
pull/2262/head
Tristan Sloughter
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: AAB97DDECCEB8150
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
.cirrus.yml
|
|
@ -21,7 +21,7 @@ osx_test_task: |
|
|
|
|
|
|
|
nightly_task: |
|
|
|
container: |
|
|
|
image: erlang:18 |
|
|
|
image: erlang:19 |
|
|
|
depends_on: |
|
|
|
- test |
|
|
|
only_if: $BRANCH == "master" |
|
|
|