Skip to content

Commit e6d3d3a

Browse files
committed
Change default debian version from buster to bookworm
1 parent c6f907d commit e6d3d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-cpanfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
needs:
2626
- prepare-matrix
2727
container:
28-
image: perl:${{ matrix.perl-version }}-buster
28+
image: perl:${{ matrix.perl-version }}-slim-bookworm
2929
strategy:
3030
fail-fast: false
3131
matrix:

0 commit comments

Comments
 (0)