Adds swift 6 to the build matrix (#8414)

Bump min version of swift to be 5.9
This commit is contained in:
mustiikhalil
2025-02-04 18:11:46 +01:00
committed by GitHub
parent a285e7ef1a
commit c49e81d6ec
6 changed files with 7 additions and 7 deletions

View File

@@ -495,7 +495,7 @@ jobs:
name: Build Swift
strategy:
matrix:
swift: ["5.8", "5.9", "5.10"]
swift: ["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: