dry-rb / dry-validation

Validation library with type-safe schemas and rules
https://dry-rb.org/gems/dry-validation
MIT License
1.34k stars 188 forks source link

Remove ruby 2.7 from the CI workflow #725

Closed bryszard closed 1 year ago

bryszard commented 1 year ago

Due to the change in template-gem in the end of 2022, the support for Ruby 2.7 was dropped - https://github.com/dry-rb/template-gem/commit/ebec158cbbd97e0cb3200acfdc299ef622b5cca0

I'm removing here the references to Ruby 2.7 in the CI config. It is responsible for some failures in CI jobs in last weeks.

I've left one reference in .github/workflows/custom/ci.yml, because I don't know what is this flow and if it's even used.

bryszard commented 1 year ago

Based on the comment from @solnic - https://github.com/dry-rb/dry-validation/pull/723#issuecomment-1380085203, I'm closing this one.