Skip to content

Commit eaef6a5

Browse files
committed
(CAT-2254) Remove puppet 7 / Ruby 2.7 related code
Following the EOL of Puppet 7, we are updating the codebase to remove Puppet 7 related code. Automated testing, rubocop pins and ruby 2.7 related code is removed amongst other things.
1 parent fb1bcda commit eaef6a5

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
@@ -13,8 +13,6 @@ jobs:
1313
strategy:
1414
matrix:
1515
cfg:
16-
- {puppet_version: '7', ruby: '2.7'}
17-
- {puppet_version: '7', ruby: 'jruby-9.3.7.0'}
1816
- {puppet_version: '8', ruby: '3.2'}
1917
- {puppet_version: '8', ruby: 'jruby-9.4.2.0'}
2018
env:
@@ -51,7 +49,6 @@ jobs:
5149
strategy:
5250
matrix:
5351
cfg:
54-
- {puppet_version: '7', ruby: '2.7'}
5552
- {puppet_version: '8', ruby: '3.2', extra: 'bundle config set with integration'}
5653
env:
5754
PUPPET_GEM_VERSION: ~> ${{ matrix.cfg.puppet_version }}

.github/workflows/nightly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
cfg:
14-
- {puppet_version: '7', ruby: '2.7'}
15-
- {puppet_version: '7', ruby: 'jruby-9.3.7.0'}
1614
- {puppet_version: '8', ruby: '3.2'}
1715
- {puppet_version: '8', ruby: 'jruby-9.4.2.0'}
1816
env:
@@ -49,7 +47,6 @@ jobs:
4947
strategy:
5048
matrix:
5149
cfg:
52-
- {puppet_version: '7', ruby: '2.7'}
5350
- {puppet_version: '8', ruby: '3.2', extra: 'bundle config set with integration'}
5451
env:
5552
PUPPET_GEM_VERSION: ~> ${{ matrix.cfg.puppet_version }}

0 commit comments

Comments
 (0)