From 3dfe6be79a06171e892ce5440f738fb851e4048c Mon Sep 17 00:00:00 2001 From: Jay Herron Date: Thu, 18 Sep 2025 22:59:00 -0600 Subject: [PATCH] feat: Adds Swift 6.2 As per our 3-version compatibility guarantees, Swift 5.10 testing was dropped --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 17565a6..e5c97fa 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -36,12 +36,12 @@ jobs: strategy: matrix: swift-image: - - "swift:5.10-jammy" - - "swift:5.10-noble" - "swift:6.0-jammy" - "swift:6.0-noble" - "swift:6.1-jammy" - "swift:6.1-noble" + - "swift:6.2-jammy" + - "swift:6.2-noble" runs-on: ubuntu-latest container: ${{ matrix.swift-image }} steps: