Skip to content

Commit b3636f9

Browse files
authored
Merge pull request #77 from voxpupuli/envvar
Always set PUPPET_GEM_VERSION & OPENVOX_GEM_VERSION environment variables
2 parents f6a0efe + be6e58d commit b3636f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/basic.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
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
@@ -86,6 +87,7 @@ jobs:
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

.github/workflows/beaker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
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

0 commit comments

Comments
 (0)