|
2 | 2 |
|
3 | 3 | [![Gem Version][gem-image]][gem-link] |
4 | 4 | [![MIT licensed][license-image]][license-link] |
5 | | -[![Build Status][build-image]][build-link] |
| 5 | +[![Docs][docs-image]][docs-link] |
| 6 | +[![Lint][lint-image]][lint-link] |
| 7 | +[![Mutant][mutant-image]][mutant-link] |
| 8 | +[![Test][test-image]][test-link] |
| 9 | +[![Typecheck][typecheck-image]][typecheck-link] |
6 | 10 |
|
7 | 11 | [Documentation] |
8 | 12 |
|
@@ -127,12 +131,10 @@ Pattern matching is also supported on `HTTP::Response::Status`, `HTTP::Headers`, |
127 | 131 | This library aims to support and is [tested against][build-link] |
128 | 132 | the following Ruby versions: |
129 | 133 |
|
130 | | -- Ruby 3.0 |
131 | | -- Ruby 3.1 |
132 | 134 | - Ruby 3.2 |
133 | 135 | - Ruby 3.3 |
134 | 136 | - Ruby 3.4 |
135 | | -- JRuby 9.4 |
| 137 | +- Ruby 4.0 |
136 | 138 |
|
137 | 139 | If something doesn't work on one of these versions, it's a bug. |
138 | 140 |
|
@@ -170,8 +172,16 @@ See LICENSE.txt for further details. |
170 | 172 | [gem-link]: https://rubygems.org/gems/http |
171 | 173 | [license-image]: https://img.shields.io/badge/license-MIT-blue.svg |
172 | 174 | [license-link]: https://github.com/httprb/http/blob/main/LICENSE.txt |
173 | | -[build-image]: https://github.com/httprb/http/workflows/CI/badge.svg |
174 | | -[build-link]: https://github.com/httprb/http/actions/workflows/ci.yml |
| 175 | +[docs-image]: https://github.com/httprb/http/actions/workflows/docs.yml/badge.svg |
| 176 | +[docs-link]: https://github.com/httprb/http/actions/workflows/docs.yml |
| 177 | +[lint-image]: https://github.com/httprb/http/actions/workflows/lint.yml/badge.svg |
| 178 | +[lint-link]: https://github.com/httprb/http/actions/workflows/lint.yml |
| 179 | +[mutant-image]: https://github.com/httprb/http/actions/workflows/mutant.yml/badge.svg |
| 180 | +[mutant-link]: https://github.com/httprb/http/actions/workflows/mutant.yml |
| 181 | +[test-image]: https://github.com/httprb/http/actions/workflows/test.yml/badge.svg |
| 182 | +[test-link]: https://github.com/httprb/http/actions/workflows/test.yml |
| 183 | +[typecheck-image]: https://github.com/httprb/http/actions/workflows/typecheck.yml/badge.svg |
| 184 | +[typecheck-link]: https://github.com/httprb/http/actions/workflows/typecheck.yml |
175 | 185 |
|
176 | 186 | [//]: # (links) |
177 | 187 |
|
|
0 commit comments