Skip to content

Commit b083278

Browse files
committed
github workflow: name supported dists explicitly (testing->bookworm, unstable->sid)
We'll have to update this list when new dists come along (i.e. when bookworm becomes stable, or sid becomes metastable or whatever), and when we drop support for old dists.
1 parent c31be14 commit b083278

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
strategy:
6969
matrix:
70-
image: ["debian:buster", "debian:bullseye", "debian:testing", "debian:unstable"]
70+
image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
7171
container:
7272
image: ${{ matrix.image }}
7373
# IPC_OWNER is needed for shmget IPC_CREAT
@@ -152,7 +152,7 @@ jobs:
152152
runs-on: ubuntu-latest
153153
strategy:
154154
matrix:
155-
image: ["debian:buster", "debian:bullseye", "debian:testing", "debian:unstable"]
155+
image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
156156
container:
157157
image: ${{ matrix.image }}
158158
# IPC_OWNER is needed for shmget IPC_CREAT

0 commit comments

Comments
 (0)