Selaa lähdekoodia

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

Norio Nomura 6 vuotta sitten
vanhempi
commit
be63a5d0ac
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  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