Skip to content

Commit 1aed0c1

Browse files
committed
gh-action: exclude Swift older than 6.0
1 parent c5a41d7 commit 1aed0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: tests
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
12-
exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
12+
exclude_swift_versions: "[{\"swift_version\": \"5.8\"}, {\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]"
1313
pre_build_command: "apt-get update -y -q && apt-get install -y -q openjdk-21-jdk make"
1414
build_command: "make"
1515
env_vars: |

0 commit comments

Comments
 (0)