소스 검색

[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