Skip to content

Commit fd67471

Browse files
authored
Merge pull request #49 from OpenVoxProject/remove_eol_platforms
Remove EOL platforms and bump puppet-ca-bundle
2 parents 057dd51 + ee66d23 commit fd67471

24 files changed

+2
-631
lines changed

.github/workflows/runtime_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
stat=0
3434
for projfile in configs/projects/[a-z]*.rb; do
35-
for plat in el-7-x86_64 ubuntu-18.04-amd64 ubuntu-20.04-amd64 ubuntu-22.04-amd64 windows-2012r2-x64; do
35+
for plat in el-8-x86_64 ubuntu-22.04-amd64 windows-2019-x64; do
3636
proj=$(basename -s .rb "$projfile")
3737
if [[ "$proj" =~ ^pe- && "$plat" =~ ^(windows|osx) ]]; then
3838
echo Skipping ${proj} on ${plat}, PE projects don\'t support Windows or macOS
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"url": "https://github.com/openvoxproject/puppet-ca-bundle.git",
3-
"ref": "refs/tags/1.0.12"
3+
"ref": "refs/tags/1.1.0"
44
}

configs/platforms/aix-7.1-ppc.rb

Lines changed: 0 additions & 56 deletions
This file was deleted.

configs/platforms/debian-10-amd64.rb

Lines changed: 0 additions & 12 deletions
This file was deleted.

configs/platforms/debian-10-armhf.rb

Lines changed: 0 additions & 33 deletions
This file was deleted.

configs/platforms/el-6-i386.rb

Lines changed: 0 additions & 19 deletions
This file was deleted.

configs/platforms/el-6-x86_64.rb

Lines changed: 0 additions & 19 deletions
This file was deleted.

configs/platforms/el-7-ppc64le.rb

Lines changed: 0 additions & 37 deletions
This file was deleted.

configs/platforms/fedora-36-x86_64.rb

Lines changed: 0 additions & 11 deletions
This file was deleted.

configs/platforms/fedora-40-aarch64.rb

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)