Skip to content

Commit 0351c62

Browse files
committed
Add support for Trixie
1 parent c0e15d9 commit 0351c62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/advanced-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# so update apt without checking the acutal base_image value.
6767
install: |
6868
case "${{ matrix.distro }}" in
69-
ubuntu*|jessie|stretch|buster|bullseye|bookworm)
69+
ubuntu*|jessie|stretch|buster|bullseye|bookworm|trixie)
7070
apt-get update -q -y
7171
apt-get install -q -y git
7272
;;

0 commit comments

Comments
 (0)