Skip to content

Commit a68782a

Browse files
committed
Add Ruby 3.3 to CI
1 parent c8ec669 commit a68782a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/rspec_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ jobs:
1616
- {os: ubuntu-latest, ruby: 2.7}
1717
- {os: ubuntu-latest, ruby: 3.1}
1818
- {os: ubuntu-latest, ruby: 3.2}
19+
- {os: ubuntu-latest, ruby: 3.3}
1920
- {os: ubuntu-latest, ruby: jruby-9.3}
2021
- {os: ubuntu-latest, ruby: jruby-9.4}
2122
- {os: windows-latest, ruby: 2.6}
2223
- {os: windows-latest, ruby: 3.2}
24+
- {os: windows-latest, ruby: 3.3}
2325

2426
runs-on: ${{ matrix.cfg.os }}
2527
steps:

CHANGELOG.mkd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ CHANGELOG
44
Unreleased
55
----------
66

7+
- Add Ruby 3.3 to CI [#1403](https://github.com/puppetlabs/r10k/pull/1403)
8+
79
4.1.0
810
-----
911

0 commit comments

Comments
 (0)