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 bf3b42d commit 43cd9fcCopy full SHA for 43cd9fc
.github/workflows/ci.yml
@@ -23,12 +23,12 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest, macos-latest]
26
- swift: ["5.7.3"]
+ swift: ["5.8"]
27
include:
28
- os: macos-12
29
- swift: "5.7.3"
+ swift: "5.8"
30
- os: ubuntu-22.04
31
32
- os: windows-latest
33
swift: "5.6.3"
34
steps:
.github/workflows/stability.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
- swift: ["5.7"]
15
16
- uses: swift-actions/setup-swift@v1
17
with:
@@ -25,7 +25,7 @@ jobs:
- uses: swift-actions/setup-swift@main
0 commit comments