We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f208da commit 64fed52Copy full SHA for 64fed52
.github/workflows/debian-install.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
max-parallel: 4
17
matrix:
18
- distro: ['bullseye']
+ distro: ['bullseye', 'bookworm']
19
20
env:
21
DISTRO: ${{ matrix.distro }}
0 commit comments