Skip to content

Commit 3d09094

Browse files
authored
Merge pull request #142 from bastelfreak/ruby3.3
Add Ruby 3.3 to CI
2 parents 613bbc5 + eca51c0 commit 3d09094

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
if: github.repository_owner == 'voxpupuli'
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Install Ruby 3.0
14+
- name: Install Ruby 3.3
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: '3.0'
17+
ruby-version: '3.3'
1818
env:
1919
BUNDLE_WITHOUT: release
2020
- name: Build gem

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Ruby ${{ matrix.ruby }}
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: "3.0"
20+
ruby-version: "3.3"
2121
bundler-cache: true
2222
- name: Run Rubocop
2323
run: bundle exec rake rubocop
@@ -31,6 +31,7 @@ jobs:
3131
- ruby: "3.1"
3232
coverage: "yes"
3333
- ruby: "3.2"
34+
- ruby: "3.3"
3435
env:
3536
COVERAGE: ${{ matrix.coverage }}
3637
# https://github.com/rubygems/rubygems/issues/5234#issuecomment-1003773622

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ The metadata-json-lint tool validates and lints `metadata.json` files in Puppet
1111

1212
## Compatibility
1313

14-
metadata-json-lint is compatible with Ruby versions 2.0.0, 2.1.9, 2.3.1, and 2.4.1.
14+
metadata-json-lint is tested on Ruby 2.7 to 3.3. The the authoritative source,
15+
check the `required_ruby_version` attribute in the gemspec file.
1516

1617
## Installation
1718

0 commit comments

Comments
 (0)