Skip to content

Commit 455ae3f

Browse files
authored
Add Debian 12 (Bookworm) support (#139)
1 parent afc1f73 commit 455ae3f

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
@@ -232,6 +232,7 @@ The table below describes the current level of support that Subprocess has for v
232232
| **Ubuntu 22.04** | Supported |
233233
| **Ubuntu 24.04** | Supported |
234234
| **Red Hat Universal Base Image 9** | Supported |
235+
| **Debian 12** | Supported |
235236
| **Windows** | Supported |
236237

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

0 commit comments

Comments
 (0)