From ec9c53935d19fef70415d6815ec66c3bb883ced6 Mon Sep 17 00:00:00 2001 From: Marcelo Fabri Date: Wed, 16 Mar 2022 13:26:39 -0700 Subject: [PATCH] Test with Swift 5.6 Linux in CI --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 86d847b3c7..ecfc82d577 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,6 +10,8 @@ jobs: matrix: swift55: containerImage: swift:5.5 + swift56: + containerImage: swift:5.6 container: $[ variables['containerImage'] ] steps: - script: swift test --parallel