Skip to content

Commit 43ef8fe

Browse files
authored
Update pull_request.yml
1 parent c6613c7 commit 43ef8fe

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,11 @@ on:
55
types: [opened, reopened, synchronize]
66

77
jobs:
8-
tests_5_9:
9-
name: Test 5.9-compatible Linux distributions
8+
tests:
9+
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
12-
linux_os_versions: '["amazonlinux2", "jammy", "focal", "rhel-ubi9"]'
13-
linux_swift_versions: '["5.9", "5.10", "6.0", "6.1", "nightly-6.2", "nightly-main"]'
14-
linux_pre_build_command: |
15-
if command -v apt-get >/dev/null 2>&1 ; then # bookworm, noble, jammy, focal
16-
apt-get update -y
17-
apt-get install -y locales locales-all libsqlite3-dev
18-
elif command -v yum >/dev/null 2>&1 ; then # amazonlinux2
19-
yum update -y
20-
yum install -y sqlite-devel
21-
fi
22-
enable_windows_checks: false
23-
24-
tests_6_0:
25-
name: Test 6.0-compatible Linux distributions
26-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
27-
with:
28-
linux_os_versions: '["bookworm", "noble"]'
12+
linux_os_versions: '["amazonlinux2", "bookworm", "jammy", "focal", "noble", "rhel-ubi9"]'
2913
linux_swift_versions: '["6.0", "6.1", "nightly-6.2", "nightly-main"]'
3014
linux_pre_build_command: |
3115
if command -v apt-get >/dev/null 2>&1 ; then # bookworm, noble, jammy, focal
@@ -36,6 +20,7 @@ jobs:
3620
yum install -y sqlite-devel
3721
fi
3822
enable_windows_checks: false
23+
3924
soundness:
4025
name: Soundness
4126
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)