diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e730453..8b79d99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,10 @@ jobs: if: github.repository_owner == 'voxpupuli' steps: - uses: actions/checkout@v4 - - name: Install Ruby 3.0 + - name: Install Ruby 3.3 uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' + ruby-version: '3.3' env: BUNDLE_WITHOUT: release - name: Build gem diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b41e1a..560be0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Install Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 with: - ruby-version: "3.0" + ruby-version: "3.3" bundler-cache: true - name: Run Rubocop run: bundle exec rake rubocop @@ -31,6 +31,7 @@ jobs: - ruby: "3.1" coverage: "yes" - ruby: "3.2" + - ruby: "3.3" env: COVERAGE: ${{ matrix.coverage }} # https://github.com/rubygems/rubygems/issues/5234#issuecomment-1003773622 diff --git a/README.md b/README.md index ddccc9e..533ec48 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ The metadata-json-lint tool validates and lints `metadata.json` files in Puppet ## Compatibility -metadata-json-lint is compatible with Ruby versions 2.0.0, 2.1.9, 2.3.1, and 2.4.1. +metadata-json-lint is tested on Ruby 2.7 to 3.3. The the authoritative source, +check the `required_ruby_version` attribute in the gemspec file. ## Installation