We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ec669 commit a68782aCopy full SHA for a68782a
.github/workflows/rspec_tests.yml
@@ -16,10 +16,12 @@ jobs:
16
- {os: ubuntu-latest, ruby: 2.7}
17
- {os: ubuntu-latest, ruby: 3.1}
18
- {os: ubuntu-latest, ruby: 3.2}
19
+ - {os: ubuntu-latest, ruby: 3.3}
20
- {os: ubuntu-latest, ruby: jruby-9.3}
21
- {os: ubuntu-latest, ruby: jruby-9.4}
22
- {os: windows-latest, ruby: 2.6}
23
- {os: windows-latest, ruby: 3.2}
24
+ - {os: windows-latest, ruby: 3.3}
25
26
runs-on: ${{ matrix.cfg.os }}
27
steps:
CHANGELOG.mkd
@@ -4,6 +4,8 @@ CHANGELOG
4
Unreleased
5
----------
6
7
+- Add Ruby 3.3 to CI [#1403](https://github.com/puppetlabs/r10k/pull/1403)
8
+
9
4.1.0
10
-----
11
0 commit comments