fastruby / dotenv_validator

This gem check if required env variables are present and its format using the .env and .env.sample files from Dotenv.
https://www.fastruby.io/blog/open-source/introducing-dotenv-validator.html
MIT License
50 stars 4 forks source link

Fix testing with Ruby 3.2 #67

Closed arielj closed 1 year ago

arielj commented 1 year ago

Description:

This PR updates/fixes the CI tests configuration to test the gem against different Ruby versions.

The 3.0 in the matrix was actually read as 3 which installed Ruby 3.2.2 instead of Ruby 3.0. This PR fixes that by using "3.0" instead and adds an explicit 3.2 element.

(I made the PR on top of the one fixing rubocop to not have rubocop offenses, I can change this if needed)

I will abide by the code of conduct.