We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d48c3 commit 7256a65Copy full SHA for 7256a65
1 file changed
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
runs-on: ubuntu-latest
90
strategy:
91
matrix:
92
- image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
+ image: ["debian:bullseye", "debian:bookworm", "debian:sid"]
93
94
container:
95
image: ${{ matrix.image }}
@@ -170,7 +170,7 @@ jobs:
170
171
172
173
174
175
176
# IPC_OWNER is needed for shmget IPC_CREAT
0 commit comments