We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 743324c + 1785e91 commit f7a8f2aCopy full SHA for f7a8f2a
.github/workflows/ci.yml
@@ -52,9 +52,9 @@ jobs:
52
- tvOS
53
- iOS
54
- watchOS
55
- xcode:
56
- - ~12.4
57
- - ^12.5
+ swift:
+ - 5.3
+ - 5.4
58
steps:
59
- uses: actions/checkout@v2
60
- run: |
@@ -64,9 +64,9 @@ jobs:
64
if: ${{ matrix.platform == 'macOS' }}
65
- uses: mxcl/xcodebuild@v1
66
with:
67
- xcode: ${{ matrix.xcode }}
+ swift: ${{ matrix.swift }}
68
platform: ${{ matrix.platform }}
69
code-coverage: true
70
warnings-as-errors: true
71
- continue-on-error: ${{ matrix.xcode == '^12.5' }}
+ continue-on-error: ${{ matrix.swift == '5.4' }}
72
- uses: codecov/codecov-action@v1
0 commit comments