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 d5f9c90 commit 5dd3f36Copy full SHA for 5dd3f36
.github/workflows/pull_request.yml
@@ -157,7 +157,7 @@ jobs:
157
strategy:
158
fail-fast: false
159
matrix:
160
- swift_version: ['6.1.2']
+ swift_version: ['6.1.2', 'nightly']
161
os_version: ['jammy']
162
jdk_vendor: ['corretto']
163
sample_app: [ # TODO: use a reusable-workflow to generate those names
@@ -185,7 +185,7 @@ jobs:
185
186
187
188
+ swift_version: ['6.1.2'] # no nightly checks for macOS
189
os_version: ['macos']
190
191
0 commit comments