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 1aacf6d commit df7348aCopy full SHA for df7348a
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
os: [ubuntu-latest, macos-latest]
30
- swift: ["6.1.0"]
+ swift: ["6.2"]
31
include:
32
- os: windows-latest
33
swift: "5.6.3"
.github/workflows/stability.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
- swift: ["5.10"]
15
steps:
16
- uses: swift-actions/setup-swift@v2
17
with:
@@ -25,7 +25,7 @@ jobs:
25
26
- uses: swift-actions/setup-swift@main
0 commit comments