Skip to content

Commit

Permalink
(maint) - Specify puppet 8 gem explicity
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Oct 3, 2023
1 parent a17f850 commit 69cfcd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- ruby-version: '2.7'
puppet_gem_version: '~> 7.0'
- ruby_version: '3.2'
puppet_gem_version: 'https://github.com/puppetlabs/puppet' # puppet8'
puppet_gem_version: '~> 8.0'
runs_on:
- "ubuntu-latest"
- "windows-latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- ruby-version: '2.7'
puppet_gem_version: '~> 7.0'
- ruby_version: '3.2'
puppet_gem_version: 'https://github.com/puppetlabs/puppet' # puppet8'
puppet_gem_version: '~> 8.0'
runs_on:
- "ubuntu-latest"
- "windows-latest"
Expand Down
1 change: 1 addition & 0 deletions spec/unit/adapters_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def context_double(options = {})

describe RSpec::Puppet::Adapters::Base do
let(:test_context) { double environment: 'rp_env' }

describe '#setup_puppet' do
it 'sets up all settings listed in the settings map' do
context = context_double
Expand Down

0 comments on commit 69cfcd7

Please sign in to comment.