Skip to content

Commit bc161c9

Browse files
committed
Add Debian 12 (Bookworm) support
1 parent 8e5ddd2 commit bc161c9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
12-
linux_os_versions: '["noble", "jammy", "focal", "rhel-ubi9"]'
12+
linux_os_versions: '["noble", "jammy", "focal", "rhel-ubi9", "bookworm"]'
1313
linux_swift_versions: '["6.1", "nightly-main"]'
1414
linux_pre_build_command: |
15-
if command -v apt-get >/dev/null 2>&1 ; then # noble, jammy, focal
15+
if command -v apt-get >/dev/null 2>&1 ; then # noble, jammy, focal, or bookworm
1616
apt-get update -y
1717
1818
# Test dependencies

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ The table below describes the current level of support that Subprocess has for v
230230
| **tvOS** | Not supported |
231231
| **visionOS** | Not supported |
232232
| **Ubuntu 22.04** | Supported |
233+
| **Debian 12** | Supported |
233234
| **Windows** | Supported |
234235

235236
<p align="right">(<a href="#readme-top">back to top</a>)</p>

0 commit comments

Comments
 (0)