File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4949 env :
5050 BUNDLE_WITHOUT : development:system_tests:release
5151 PUPPET_GEM_VERSION : " >= 7.0"
52+ OPENVOX_GEM_VERSION : " >= 7.0"
5253 steps :
5354 - uses : actions/checkout@v4
5455 - name : install additional packages
8687 env :
8788 BUNDLE_WITHOUT : development:system_tests:release
8889 PUPPET_GEM_VERSION : " ~> ${{ matrix.puppet }}.0"
90+ OPENVOX_GEM_VERSION : " ~> ${{ matrix.puppet }}.0"
8991 name : ${{ matrix.puppet }} (Ruby ${{ matrix.ruby }})
9092 steps :
9193 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 9191 env :
9292 BUNDLE_WITHOUT : development:system_tests:release
9393 PUPPET_GEM_VERSION : " >= 7.0"
94+ OPENVOX_GEM_VERSION : " >= 7.0"
9495 steps :
9596 - uses : actions/checkout@v4
9697 - name : install additional packages
@@ -130,6 +131,7 @@ jobs:
130131 env :
131132 BUNDLE_WITHOUT : development:system_tests:release
132133 PUPPET_GEM_VERSION : " ~> ${{ matrix.puppet }}.0"
134+ OPENVOX_GEM_VERSION : " ~> ${{ matrix.puppet }}.0"
133135 name : ${{ matrix.puppet }} (Ruby ${{ matrix.ruby }})
134136 steps :
135137 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments