Skip to content

Commit f1f4d7a

Browse files
committed
PR Builds: Add Debian Trixie for testing
1 parent c5eaf98 commit f1f4d7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push_pull.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
matrix:
2424
debian: [
2525
{ codename: [ 'bullseye', 'Bullseye' ] },
26-
{ codename: [ 'bookworm', 'Bookworm (Testing)' ] }
26+
{ codename: [ 'bookworm', 'Bookworm' ] },
27+
{ codename: [ 'trixie', 'Trixie (Testing)' ] }
2728
]
2829
uses: ./.github/workflows/debian.yml
2930
secrets: inherit

0 commit comments

Comments
 (0)