File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
16
16
spec :
17
+ strategy :
18
+ fail-fast : false
19
+ matrix :
20
+ ruby_version :
21
+ - ' 2.5'
22
+ - ' 2.7'
23
+ include :
24
+ - ruby_version : ' 2.5'
25
+ puppet_gem_version : ' ~> 6.0'
26
+ - ruby_version : ' 2.7'
27
+ puppet_gem_version : ' ~> 7.0'
28
+ name : " spec (ruby ${{ matrix.ruby_version }} | puppet ${{ matrix.puppet_gem_version }})"
17
29
uses : " puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
18
30
secrets : " inherit"
31
+ with :
32
+ ruby_version : ${{ matrix.ruby_version }}
19
33
20
34
acceptance :
21
35
needs : " spec"
36
+ strategy :
37
+ fail-fast : false
38
+ matrix :
39
+ ruby_version :
40
+ - " 2.5"
41
+ - " 2.7"
42
+ name : " acceptance (ruby ${{ matrix.ruby_version }})"
22
43
uses : " puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main"
23
44
secrets : " inherit"
45
+ with :
46
+ ruby_version : ${{ matrix.ruby_version }}
You can’t perform that action at this time.
0 commit comments