Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin Windows Ruby to 3.2.2 #9228

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

mhashizume
Copy link
Contributor

A recent update to the Ruby GitHub Action added Ruby 3.2.3 for Windows: ruby/setup-ruby@591bd21

That version of Ruby for Windows bundles OpenSSL 3.2. We bundle OpenSSL 3.0 in puppet-agent and the discrepancy between the two versions of
OpenSSL is causing some SSL tests to fail.

This commit pins the Ruby version for GitHub runners used in spec tests to 3.2.2.

A recent update to the Ruby GitHub Action added Ruby 3.2.3 for Windows:
ruby/setup-ruby@591bd21

That version of Ruby for Windows bundles OpenSSL 3.2. We bundle OpenSSL
3.0 in puppet-agent and the discrepancy between the two versions of
  OpenSSL is causing some SSL tests to fail.

This commit pins the Ruby version for GitHub runners used in spec tests
to 3.2.2.
@mhashizume mhashizume added the maintenance Maintenance chores are excluded from changelogs label Jan 29, 2024
@mhashizume mhashizume requested a review from a team as a code owner January 29, 2024 18:59
@tvpartytonight tvpartytonight merged commit e8ff4c1 into puppetlabs:main Jan 29, 2024
10 checks passed
@mhashizume mhashizume deleted the maint/main/openssl branch January 29, 2024 19:44
joshcooper added a commit to joshcooper/puppet that referenced this pull request Jan 30, 2024
…/openssl"

This reverts commit e8ff4c1, reversing
changes made to 3192f4a.
alanhargreaves pushed a commit to alanhargreaves/puppet that referenced this pull request Mar 18, 2024
…/openssl"

This reverts commit e8ff4c1, reversing
changes made to 3192f4a.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance chores are excluded from changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants