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 5627e22 commit a878cd5Copy full SHA for a878cd5
.github/workflows/swift_package_test.yml
@@ -73,7 +73,7 @@ jobs:
73
strategy:
74
fail-fast: false
75
matrix:
76
- swift_version: ['5.8', '5.9', '5.10', '6.0', 'nightly-main', 'nightly-6.1']
+ swift_version: ['5.9', '5.10', '6.0', 'nightly-main', 'nightly-6.1']
77
os_version: ${{ fromJson(inputs.linux_os_versions) }}
78
exclude:
79
- ${{ fromJson(inputs.linux_exclude_swift_versions) }}
0 commit comments