瀏覽代碼

[CircleCI] Use latest minor versions of Swift 4.2 and 5.0

Norio Nomura 6 年之前
父節點
當前提交
be63a5d0ac
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .circleci/config.yml

+ 4 - 1
.circleci/config.yml

@@ -33,4 +33,7 @@ workflows:
       - xcode_codecov
       - test_with_image:
           name: linux_swift_4.2
-          image: norionomura/swift:4.2.0
+          image: norionomura/swift:4.2
+      - test_with_image:
+          name: linux_swift_5.0
+          image: norionomura/swift:5.0