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 c060850 commit 0527f39Copy full SHA for 0527f39
2 files changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Swift
24
uses: swift-actions/setup-swift@v2
25
with:
26
- swift-version: '6.1.0'
+ swift-version: '6'
27
28
- name: Run tests
29
run: swift test
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
- name: Create test package
91
run: |
.github/workflows/swift.yml
@@ -16,10 +16,10 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
19
- - name: Set up Swift 6.1.0
+ - name: Set up Swift 6
20
uses: SwiftyLab/setup-swift@latest
21
22
- name: Build
run: swift build -v
0 commit comments