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 aeeea07 commit c40cd5cCopy full SHA for c40cd5c
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
- swift: [5.9, latest]
+ swift: ["5.9", "5.10", "latest"]
28
29
steps:
30
- name: Install Swift
0 commit comments