We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f852a5 commit 0379e12Copy full SHA for 0379e12
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
- run: swift build -Xswiftc -warnings-as-errors -Xswiftc -swift-version -Xswiftc 4
45
if: ${{ matrix.swift < 6 }}
46
- run: swift build -Xswiftc -warnings-as-errors -Xswiftc -swift-version -Xswiftc 4.2
47
- if: ${{ matrix.swift < 6 }}
+ if: ${{ matrix.swift < 6 && matrix.swift >= 4.2 }}
48
- run: swift test --enable-code-coverage --parallel
49
50
- name: Generate Coverage Report
@@ -65,7 +65,7 @@ jobs:
65
66
test:
67
runs-on: macos-latest
68
- name: test (${{ matrix.platform }})
+ name: ${{ matrix.platform }}
69
strategy:
70
matrix:
71
platform:
0 commit comments