You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments