rubyjs / mini_racer

Minimal embedded v8
MIT License
594 stars 93 forks source link

Bump required Ruby to 3.0, as 2.7 is EOL #278

Closed tisba closed 1 year ago

tisba commented 1 year ago

Ruby 2.7 has been EOL'd as of 2023-03-31 (see https://www.ruby-lang.org/en/downloads/branches/).

While removing references to 2.6/2.7 I noticed, that we did not test against Ruby 3.2 in GH Actions, so I added that.

tisba commented 1 year ago

hmm, not sure why the test-truffleruby should fail because of these changes. but since we're testing against head versions, I guess that's okay.

SamSaffron commented 1 year ago

2.7 being EOL is such an end of an era... thanks for the PR @tisba