File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
cfg :
16
- - {puppet_version: '8', ruby: '3.2 '}
16
+ - {puppet_version: '8', ruby: '3.1 '}
17
17
- {puppet_version: '8', ruby: 'jruby-9.4.2.0'}
18
18
env :
19
19
PUPPET_GEM_VERSION : ~> ${{ matrix.cfg.puppet_version }}
49
49
strategy :
50
50
matrix :
51
51
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'}
53
53
env :
54
54
PUPPET_GEM_VERSION : ~> ${{ matrix.cfg.puppet_version }}
55
55
steps :
Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
cfg :
14
- - {puppet_version: '8', ruby: '3.2 '}
14
+ - {puppet_version: '8', ruby: '3.1 '}
15
15
- {puppet_version: '8', ruby: 'jruby-9.4.2.0'}
16
16
env :
17
17
PUPPET_GEM_VERSION : ~> ${{ matrix.cfg.puppet_version }}
47
47
strategy :
48
48
matrix :
49
49
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'}
51
51
env :
52
52
PUPPET_GEM_VERSION : ~> ${{ matrix.cfg.puppet_version }}
53
53
steps :
You can’t perform that action at this time.
0 commit comments