Skip to content

Commit 74c06ce

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 25825df commit 74c06ce

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
ruby_version:
22-
- '2.7'
2322
- '3.2'
2423
- '3.3'
2524
name: "spec (ruby ${{ matrix.ruby_version }})"
@@ -34,7 +33,6 @@ jobs:
3433
fail-fast: false
3534
matrix:
3635
ruby_version:
37-
- '2.7'
3836
- '3.2'
3937
- '3.3'
4038
name: "acceptance (ruby ${{ matrix.ruby_version }})"

.github/workflows/nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
ruby_version:
15-
- '2.7'
1615
- '3.2'
1716
- '3.3'
1817
name: "spec (ruby ${{ matrix.ruby_version }})"
@@ -26,7 +25,6 @@ jobs:
2625
fail-fast: false
2726
matrix:
2827
ruby_version:
29-
- '2.7'
3028
- '3.2'
3129
- '3.3'
3230
name: "acceptance (ruby ${{ matrix.ruby_version }})"

puppet-lint.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
3232
]
3333
spec.license = 'MIT'
3434

35-
spec.required_ruby_version = Gem::Requirement.new('>= 2.7'.freeze)
35+
spec.required_ruby_version = Gem::Requirement.new('>= 3.1'.freeze)
3636
end

rubocop_baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AllCops:
66
NewCops: enable
77
ExtraDetails: true
88
DisplayStyleGuide: true
9-
TargetRubyVersion: '2.7'
9+
TargetRubyVersion: '3.1'
1010
DisplayCopNames: true
1111
SuggestExtensions: false
1212
Exclude:

0 commit comments

Comments
 (0)