Ruby 3.3.4 is the current latest stable version of Ruby, however, we are currently not testing it in GitHub Actions (we were only going up to ruby 3.2)
This adds support for 3.3 to the testing matrix.
I do note that according to the Gemspec, we support >= 2.7, so we should probably also include Ruby 2.7 in the testing matrix at least.
Summary
Ruby 3.3.4 is the current latest stable version of Ruby, however, we are currently not testing it in GitHub Actions (we were only going up to ruby 3.2)
This adds support for 3.3 to the testing matrix.
I do note that according to the Gemspec, we support
>= 2.7
, so we should probably also include Ruby 2.7 in the testing matrix at least.