Skip to content

Commit da5aa16

Browse files
authored
Merge pull request #8982 from cthorn42/maint/main/PUP-11633_add_ruby_32_spec_testing
(PUP-11633) Add Ruby 3.2 spec testing on Ubuntu
2 parents 58d0964 + 76ad801 commit da5aa16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/rspec_tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- {os: ubuntu-latest, ruby: '2.6'}
2121
- {os: ubuntu-latest, ruby: '2.7'}
2222
- {os: ubuntu-latest, ruby: '3.0'}
23+
# Using ubuntu 20.04 to OpenSSL 1.1.1
24+
- {os: ubuntu-20.04, ruby: '3.2'}
2325
- {os: ubuntu-latest, ruby: 'jruby-9.2.21.0'}
2426
- {os: windows-2019, ruby: '2.5'}
2527
- {os: windows-2019, ruby: '2.6'}

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def location_for(place, fake_version = nil)
1313
end
1414

1515
# override .gemspec deps - may issue warning depending on Bundler version
16-
gem "facter", *location_for(ENV['FACTER_LOCATION']) if ENV.has_key?('FACTER_LOCATION')
16+
gem "facter", :git => 'https://github.com/puppetlabs/facter'
1717
gem "hiera", *location_for(ENV['HIERA_LOCATION']) if ENV.has_key?('HIERA_LOCATION')
1818
gem "semantic_puppet", *location_for(ENV['SEMANTIC_PUPPET_LOCATION'] || ["~> 1.0"])
1919
gem "puppet-resource_api", *location_for(ENV['RESOURCE_API_LOCATION'] || ["~> 1.5"])

0 commit comments

Comments
 (0)