Skip to content

Commit

Permalink
Merge pull request #1403 from bastelfreak/ruby33
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to CI
  • Loading branch information
nmburgan authored Oct 1, 2024
2 parents c8ec669 + a68782a commit 1f3b711
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rspec_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
- {os: ubuntu-latest, ruby: 2.7}
- {os: ubuntu-latest, ruby: 3.1}
- {os: ubuntu-latest, ruby: 3.2}
- {os: ubuntu-latest, ruby: 3.3}
- {os: ubuntu-latest, ruby: jruby-9.3}
- {os: ubuntu-latest, ruby: jruby-9.4}
- {os: windows-latest, ruby: 2.6}
- {os: windows-latest, ruby: 3.2}
- {os: windows-latest, ruby: 3.3}

runs-on: ${{ matrix.cfg.os }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ CHANGELOG
Unreleased
----------

- Add Ruby 3.3 to CI [#1403](https://github.com/puppetlabs/r10k/pull/1403)

4.1.0
-----

Expand Down

0 comments on commit 1f3b711

Please sign in to comment.