Skip to content

Commit d1edf04

Browse files
authored
Merge pull request #443 from puppetlabs/PE_38709_excludeCentOs8Tests
Remove EOL CentOs-7 and CentOs-8 from metadata.json and update tests
2 parents e59df9d + 61edd7a commit d1edf04

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/test-install-matrix.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
- 2021.7.8
4747
- 2023.7.0
4848
image:
49-
- centos-7
5049
- almalinux-cloud/almalinux-8
5150
steps:
5251
- name: "Checkout Source"

metadata.json

-7
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@
6666
"9"
6767
]
6868
},
69-
{
70-
"operatingsystem": "CentOS",
71-
"operatingsystemrelease": [
72-
"7",
73-
"8"
74-
]
75-
},
7669
{
7770
"operatingsystem": "Ubuntu",
7871
"operatingsystemrelease": [

0 commit comments

Comments
 (0)