From 6725a67e6ab3d187af403ba656b4b7ae7da1032d Mon Sep 17 00:00:00 2001 From: Grady Zhuo Date: Tue, 17 Sep 2024 14:05:05 +0800 Subject: [PATCH] Update swift-build-testing.yml --- .github/workflows/swift-build-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift-build-testing.yml b/.github/workflows/swift-build-testing.yml index ab5c63b..5362727 100644 --- a/.github/workflows/swift-build-testing.yml +++ b/.github/workflows/swift-build-testing.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - swift: ["5"] + swift: ["5", "6"] runs-on: ${{ matrix.os }} steps: - uses: swift-actions/setup-swift@v2