trilogy-libraries / trilogy

Trilogy is a client library for MySQL-compatible database servers, designed for performance, flexibility, and ease of embedding.
MIT License
700 stars 69 forks source link

Fix Ruby version on CI #136

Closed y-yagi closed 11 months ago

y-yagi commented 11 months ago

Currently, Ruby version is specified unexist version(2.8). In this case, it seems that ruby-build use stable version(3.2.2). https://github.com/trilogy-libraries/trilogy/actions/runs/6646865109/job/18062157607#step:4:1205

But this pattern is already tested by other build. I assume this is just a typo of 2.7 that the last version of 2.x series.

y-yagi commented 11 months ago

I misunderstood. We need to fix Dockerfile first.