Skip to content

Commit 6c0999f

Browse files
committed
(gh-29) Add Debian to acceptance test matrix
I added Debian 10,11,12 support to kvm_automation_tooling, so, hopefully, this will just flow through.
1 parent dd697f6 commit 6c0999f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/acceptance.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- [ubuntu, '20.04']
5656
- [ubuntu, '22.04']
5757
- [ubuntu, '24.04']
58+
- [debian, '10']
59+
- [debian, '11']
60+
- [debian, '12']
5861
steps:
5962
- uses: actions/checkout@v4
6063
with:

0 commit comments

Comments
 (0)