styd / apexcharts.rb

:bar_chart: Awesome charts for your ruby app powered by ApexCharts.JS.
https://a-styd.gitbook.io/apexcharts-ruby/
MIT License
481 stars 29 forks source link

Add Ruby 3.1 to CI #78

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

This PR adds Ruby 3.1 to the CI matrix.

The value 3.0 is also enclosed in quotes with this PR to account for the fact that YAML rounds an unquoted 3.0 to 3, which will load the latest Ruby 3.x as opposed to the latest Ruby 3.0.x. Quoting ensures that the final zero digit is respected.

styd commented 2 years ago

Thank you.