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 587580a commit bd789b4Copy full SHA for bd789b4
.github/workflows/pull_request.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: MaxDesiatov/github-workflows/.github/workflows/swift_package_test.yml@patch-1
20
with:
21
enable_linux_checks: true
22
- linux_exclude_swift_versions: '[{"swift_version": "5.9"}]'
+ linux_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}, {"swift_version": "6.0"}]'
23
enable_windows_checks: false
24
swift_flags: --package-path AudioWorkstation/ServerHost
25
0 commit comments