Skip to content

Commit 8690fb3

Browse files
committed
(IAC-1729) Add Support for Debian 11
1 parent f5a06f9 commit 8690fb3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: .github/workflows/ubuntu18_pr.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- ubuntu-16.04
1212
- ubuntu-18.04
1313
- ubuntu-20.04
14+
- debian-9
15+
- debian-10
16+
- debian-11
1417
collection:
1518
- puppet6-nightly
1619
- puppet7-nightly

Diff for: metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"operatingsystem": "Debian",
4646
"operatingsystemrelease": [
4747
"9",
48-
"10"
48+
"10",
49+
"11"
4950
]
5051
},
5152
{

0 commit comments

Comments
 (0)