We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e153fa commit 26abc7cCopy full SHA for 26abc7c
.github/workflows/swift.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Build
8
strategy:
9
matrix:
10
- swift: [5.7.2, 5.8, 5.9]
+ swift: [6.0.2, 6.1.2]
11
os: [ubuntu-20.04]
12
runs-on: ${{ matrix.os }}
13
steps:
0 commit comments