[Swift] Bump minimum supported version of swift to 5.10 (#8758)

This commit is contained in:
mustiikhalil
2025-11-15 00:07:49 +01:00
committed by GitHub
parent fa87eccd1a
commit 7150dfb5c4
10 changed files with 11 additions and 11 deletions

View File

@@ -503,7 +503,7 @@ jobs:
name: Test Swift
strategy:
matrix:
swift: ["5.9", "5.10", "6.1"]
swift: ["5.10", "6.1", "6.2"]
# 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: