We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb4598 commit 90e52fcCopy full SHA for 90e52fc
.github/workflows/build-ubuntu.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Build on Ubuntu with Swift ${{matrix.swift}}
12
strategy:
13
matrix:
14
- swift: ["5.10", "5.9", "5.8"]
+ swift: ["6.0", "5.10", "5.9", "5.8"]
15
runs-on: ubuntu-latest
16
container:
17
image: swift:${{matrix.swift}}
0 commit comments