Skip to content

Commit 4d48b4d

Browse files
authored
Merge pull request #85 from dimitribouniol/patch-1
Update the nightly build version to Swift 6.1
2 parents 8606979 + 886ea60 commit 4d48b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
swift_version: ['5.8', '5.9', '5.10', '6.0', 'nightly-main', 'nightly-6.0']
72+
swift_version: ['5.8', '5.9', '5.10', '6.0', 'nightly-main', 'nightly-6.1']
7373
os_version: ${{ fromJson(inputs.linux_os_versions) }}
7474
exclude:
7575
- ${{ fromJson(inputs.linux_exclude_swift_versions) }}

0 commit comments

Comments
 (0)