Updated Actions config to exclude specific ruby versions (this way it will run on the latest version each time and no need to update these versions in the future); fixed some incorrect gemfiles specifications
Configured to test against activerecord 7.1
I would also suggest to test against rails' HEAD. Some people run it in production.
I made 2 changes in this PR:
I would also suggest to test against rails'
HEAD
. Some people run it in production.