Skip to content

Commit 5dd3f36

Browse files
authored
gh: test with nightly swift builds (#357)
1 parent d5f9c90 commit 5dd3f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
strategy:
158158
fail-fast: false
159159
matrix:
160-
swift_version: ['6.1.2']
160+
swift_version: ['6.1.2', 'nightly']
161161
os_version: ['jammy']
162162
jdk_vendor: ['corretto']
163163
sample_app: [ # TODO: use a reusable-workflow to generate those names
@@ -185,7 +185,7 @@ jobs:
185185
strategy:
186186
fail-fast: false
187187
matrix:
188-
swift_version: ['6.1.2']
188+
swift_version: ['6.1.2'] # no nightly checks for macOS
189189
os_version: ['macos']
190190
jdk_vendor: ['corretto']
191191
sample_app: [ # TODO: use a reusable-workflow to generate those names

0 commit comments

Comments
 (0)