Browse Source

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

Norio Nomura 6 years ago
parent
commit
be63a5d0ac
1 changed files with 4 additions and 1 deletions
  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