Skip to content

Commit ed973bd

Browse files
committed
Add Windows 5.10 to compatibility matrix
1 parent e629e37 commit ed973bd

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
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
swift_version: ['5.9', '6.0', 'nightly', 'nightly-6.0']
102+
swift_version: ['5.9', '5.10', '6.0', 'nightly', 'nightly-6.0']
103103
exclude:
104104
- ${{ fromJson(inputs.windows_exclude_swift_versions) }}
105105
steps:

0 commit comments

Comments
 (0)