doorkeeper-gem / doorkeeper

Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
https://doorkeeper.gitbook.io/guides/
MIT License
5.34k stars 1.07k forks source link

Add Ruby 3.3 to GitHub Actions testing matrix #1723

Closed ThisIsMissEm closed 3 months ago

ThisIsMissEm commented 3 months ago

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.