Skip to content

Commit 16f8c9d

Browse files
authored
Add note about supported versions
1 parent 45fa1fb commit 16f8c9d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@ They’re also specifications (or _specs,_ for short):
88
detailed explanations of how the application is supposed to behave,
99
expressed in plain English.
1010

11-
According to [RSpec Rails new versioning strategy][] use:
11+
## Supported Versions
12+
13+
We follow a versioning strategy as defined by [RSpec Rails versioning strategy][] the
14+
TL;DR of which is that we support currently supported versions of Rails, and will
15+
issue a major version change when removing older versions from support.
16+
17+
**Note** Rails 7.1 is supported by the Rails team until October 2025, and thus `rspec-rails`
18+
will support bug fixes for this version in the `7-2-maintenance` branch until that time.
19+
20+
Accordingly you should use:
21+
1222
* **[`rspec-rails` 8.x][]** for Rails 8.0 or 7.2.
1323
* **[`rspec-rails` 7.x][]** for Rails 7.x.
1424
* **[`rspec-rails` 6.x][]** for Rails 6.1, 7.0 or 7.1.
@@ -30,7 +40,7 @@ According to [RSpec Rails new versioning strategy][] use:
3040
[`rspec-rails` 6.x]: https://github.com/rspec/rspec-rails/tree/6-1-maintenance
3141
[`rspec-rails` 7.x]: https://github.com/rspec/rspec-rails/tree/7-1-maintenance
3242
[`rspec-rails` 8.x]: https://github.com/rspec/rspec-rails/tree/8-0-maintenance
33-
[RSpec Rails new versioning strategy]: https://github.com/rspec/rspec-rails/blob/main/rfcs/versioning-strategy.md
43+
[RSpec Rails versioning strategy]: https://github.com/rspec/rspec-rails/blob/main/rfcs/versioning-strategy.md
3444

3545
## Installation
3646

0 commit comments

Comments
 (0)