Skip to content

Commit fb6fe7d

Browse files
committed
Adjusting Ruby 3 version in test matrix
1 parent ff485c9 commit fb6fe7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
cfg:
16-
- {puppet_version: '8', ruby: '3.2'}
16+
- {puppet_version: '8', ruby: '3.1'}
1717
- {puppet_version: '8', ruby: 'jruby-9.4.2.0'}
1818
env:
1919
PUPPET_GEM_VERSION: ~> ${{ matrix.cfg.puppet_version }}
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
cfg:
52-
- {puppet_version: '8', ruby: '3.2', extra: 'bundle config set with integration'}
52+
- {puppet_version: '8', ruby: '3.1', extra: 'bundle config set with integration'}
5353
env:
5454
PUPPET_GEM_VERSION: ~> ${{ matrix.cfg.puppet_version }}
5555
steps:

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
cfg:
14-
- {puppet_version: '8', ruby: '3.2'}
14+
- {puppet_version: '8', ruby: '3.1'}
1515
- {puppet_version: '8', ruby: 'jruby-9.4.2.0'}
1616
env:
1717
PUPPET_GEM_VERSION: ~> ${{ matrix.cfg.puppet_version }}
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
cfg:
50-
- {puppet_version: '8', ruby: '3.2', extra: 'bundle config set with integration'}
50+
- {puppet_version: '8', ruby: '3.1', extra: 'bundle config set with integration'}
5151
env:
5252
PUPPET_GEM_VERSION: ~> ${{ matrix.cfg.puppet_version }}
5353
steps:

0 commit comments

Comments
 (0)