We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095085b commit a8fd5b6Copy full SHA for a8fd5b6
.github/workflows/swift.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- swift-version: ["5.7", "5.8"]
+ swift-version: ["5.9", "5.10", "6.0"]
20
mongodb-version: ["4.4", "5.0", "6.0", "7.0"]
21
steps:
22
- name: Check out
0 commit comments