danini-the-panini / mittsu

3D Graphics Library for Ruby.
https://github.com/danini-the-panini/mittsu
MIT License
508 stars 33 forks source link

Test on Ruby 3.2 and 3.3 #122

Closed Floppy closed 6 months ago

Floppy commented 6 months ago

The fails are because bundler isn't installing on Ruby 2.x versions. All of Ruby 2.x is very EOL now, so I could remove it and Mittsu goes Ruby 3 only? Or, if you want to keep supporting 2.x, we should find a way to get those builds working with an older version of bundler.

danini-the-panini commented 6 months ago

Could we just add the gem install bundler version to the workflow?

Floppy commented 6 months ago

Probably yes. I'll have a look.

Floppy commented 6 months ago

Having a go at fixing builds in #124

Floppy commented 6 months ago

124 fixes the builds generally, so once that's merged in I'll update this one to go on top.

Floppy commented 6 months ago

All green! Side note, I love how fast these builds are now!