From 767ca7f95c17c894dee8c05b59d618254bafb71b Mon Sep 17 00:00:00 2001 From: Jay Herron Date: Sat, 21 Sep 2024 09:18:41 -0600 Subject: [PATCH] ci: Adds 6.0 to test 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 e13cce2a..d26e8fad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - swift: ["5.8", "5.9", "5.10"] + swift: ["5.8", "5.9", "5.10", "6.0"] steps: - uses: swift-actions/setup-swift@v2 with: