Skip to content

Commit 317113b

Browse files
committed
(CAT-2281) Remove puppet 7 infrastructure
Puppet 7 is EOL. Therefore, we can remove the test infrastructure for it. This commit aims to clear up any testing/config infrastructure related to Puppet 7 and, by extension, Ruby 2.7.
1 parent 0d9fbfc commit 317113b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
ruby_version:
21-
- '2.7'
2221
- '3.2'
2322
include:
24-
- ruby_version: '2.7'
25-
puppet_version: '~> 7.0'
2623
- ruby_version: '3.2'
2724
puppet_version: '~> 8.0'
2825
runs-on:

.github/workflows/nightly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ruby_version:
14-
- '2.7'
1514
- '3.2'
1615
include:
17-
- ruby_version: '2.7'
18-
puppet_version: '~> 7.0'
1916
- ruby_version: '3.2'
2017
puppet_version: '~> 8.0'
2118
runs-on:

0 commit comments

Comments
 (0)