halostatue / minitar

Minimal pure-ruby support for POSIX tar(1) archives.
Other
38 stars 27 forks source link

Add Ruby 2.7 to Travis-CI matrix #38

Closed bastelfreak closed 4 years ago

bastelfreak commented 4 years ago

Ruby 2.7 got released some time ago and more and more distributions start to ship it. Therefore it makes sense to also build against it.

AppVeyorBot commented 4 years ago

:x: Build minitar 100 failed (commit https://github.com/halostatue/minitar/commit/82ffdd2037 by @bastelfreak)

bastelfreak commented 4 years ago

I dropped the two EOL ruby versions 2.0.0/1.9.3. Their travis runs don't succeed anymore.

AppVeyorBot commented 4 years ago

:x: Build minitar 101 failed (commit https://github.com/halostatue/minitar/commit/ba2ffeb5b0 by @bastelfreak)

halostatue commented 4 years ago

Can you also drop Ruby 2.0 from the Appveyor config, and perhaps add 2.7 to that as well?

AppVeyorBot commented 4 years ago

:x: Build minitar 102 failed (commit https://github.com/halostatue/minitar/commit/1d99e0bbb8 by @bastelfreak)

AppVeyorBot commented 4 years ago

:x: Build minitar 103 failed (commit https://github.com/halostatue/minitar/commit/49e991f607 by @halostatue)

halostatue commented 4 years ago

There appears to be a bug in Appveyor’s 2.7 support. Merging anyway.