We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c980a commit 767ca7fCopy full SHA for 767ca7f
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
runs-on: ubuntu-22.04
70
strategy:
71
matrix:
72
- swift: ["5.8", "5.9", "5.10"]
+ swift: ["5.8", "5.9", "5.10", "6.0"]
73
steps:
74
- uses: swift-actions/setup-swift@v2
75
with:
0 commit comments