Skip to content

Commit 0379e12

Browse files
committed
wip
1 parent 3f852a5 commit 0379e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- run: swift build -Xswiftc -warnings-as-errors -Xswiftc -swift-version -Xswiftc 4
4545
if: ${{ matrix.swift < 6 }}
4646
- run: swift build -Xswiftc -warnings-as-errors -Xswiftc -swift-version -Xswiftc 4.2
47-
if: ${{ matrix.swift < 6 }}
47+
if: ${{ matrix.swift < 6 && matrix.swift >= 4.2 }}
4848
- run: swift test --enable-code-coverage --parallel
4949

5050
- name: Generate Coverage Report
@@ -65,7 +65,7 @@ jobs:
6565

6666
test:
6767
runs-on: macos-latest
68-
name: test (${{ matrix.platform }})
68+
name: ${{ matrix.platform }}
6969
strategy:
7070
matrix:
7171
platform:

0 commit comments

Comments
 (0)