Skip to content

Commit a878cd5

Browse files
authored
Drop support for Swift 5.8 from Linux workflows
1 parent 5627e22 commit a878cd5

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
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
fail-fast: false
7575
matrix:
76-
swift_version: ['5.8', '5.9', '5.10', '6.0', 'nightly-main', 'nightly-6.1']
76+
swift_version: ['5.9', '5.10', '6.0', 'nightly-main', 'nightly-6.1']
7777
os_version: ${{ fromJson(inputs.linux_os_versions) }}
7878
exclude:
7979
- ${{ fromJson(inputs.linux_exclude_swift_versions) }}

0 commit comments

Comments
 (0)