We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523c66b commit a03b1d9Copy full SHA for a03b1d9
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-22.04
22
strategy:
23
matrix:
24
- swift: [6.0]
+ swift: ["6.0"]
25
container: swift:${{ matrix.swift }}
26
steps:
27
- uses: actions/checkout@v3
0 commit comments