chef / ohai

Ohai profiles your system and emits JSON
https://docs.chef.io/ohai.html
Apache License 2.0
681 stars 452 forks source link

Add 3.2 to the list of Ruby CI versions #1804

Closed igor-drozdov closed 1 year ago

igor-drozdov commented 1 year ago

Description

Adds 3.2 to the list of Ruby CI versions to run tests against Ruby 3.2

tpowell-progress commented 1 year ago

@igor-drozdov do you only want to add runs of the unit test or exec as well? exec current only runs against 2.7 and 3.0

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

igor-drozdov commented 1 year ago

@tpowell-progress adding it to the tests seems sufficient, but adding it to both CI is more reliable. I've added the Ruby versions in both unit.yml and exec.yml, but will follow your recommendations on this one 👍