We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f761df commit 171c5c3Copy full SHA for 171c5c3
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
runs-on: ubuntu-22.04
62
strategy:
63
matrix:
64
- swift: ["5.7", "5.8", "5.9", "5.10"]
+ swift: ["5.7", "5.8", "5.9", "5.10", "6.0"]
65
steps:
66
- uses: swift-actions/setup-swift@v2
67
with:
0 commit comments