From 92cadf3afdf6c71f64b9d5945a2fcc728d8a5389 Mon Sep 17 00:00:00 2001 From: mustiikhalil <26250654+mustiikhalil@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:01:55 +0200 Subject: [PATCH] Adds swift 6 to the build matrix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31d5d46e931..4c3a965e9bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -488,7 +488,7 @@ jobs: name: Build Swift strategy: matrix: - swift: ["5.8", "5.9", "5.10"] + swift: ["5.8", "5.9", "5.10", "6.0"] # Only 22.04 has swift at the moment https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md?plain=1#L30 runs-on: ubuntu-22.04 steps: