cucumber / cucumber-expressions

Human friendly alternative to Regular Expressions
MIT License
143 stars 49 forks source link

Add Ruby 3.3 and Ruby next to matrix #272

Closed pirj closed 5 months ago

pirj commented 5 months ago

🤔 What's changed?

Add the recently released Ruby 3.3 and Ruby next to matrix

⚡️ What's your motivation?

Some weird failures happen with ruby-head https://github.com/rspec/rspec-mocks/actions/runs/7659693178/job/20875374161?pr=1477

Apparently, bigdecimal now needs to be explicitly declared as a dependency in ruby-head

To check that, we need a ruby-head build.

🏷️ What kind of change is this?

♻️ Anything particular you want feedback on?

📋 Checklist:


This text was originally generated from a template, then edited by hand. You can modify the template here.

luke-hill commented 5 months ago

I agree about not using ruby-head. I also agree there are some odd failures. Although head is essentially 3.4 and I know some gems are being altered by default with each new ruby.

It's something to add to "the list"

I think I also need to start getting 3.3 on the other CI systems

pirj commented 5 months ago

Please consider this PR just a demonstration of the issue with bigdecimal.

luke-hill commented 5 months ago

Thanks for the help. It is greatly appreciated. I'll get on this soon