Skip to content

Commit 06c44ef

Browse files
authored
Drop Rails 7.1 (#176)
Support was dropped 1/10-2025
1 parent 8a5bd82 commit 06c44ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
ruby: ["3.2", "3.3", "3.4"]
18-
rails: ["7.1", "7.2", "8.0", "8.1"]
18+
rails: ["7.2", "8.0", "8.1"]
1919
continue-on-error: [false]
2020

2121
services:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ changelog, see the [commits] for each version via the version links.
1818
- Add Rails 8.1 to the test matrix (#175)
1919
- Ensure multi-schema dumping in Rails 8.1.0 does not dump the same objects for
2020
all schemas (#177)
21+
- Drop Rails 7.1 due to EOL (#176)
2122

2223
## [0.9.0]
2324

0 commit comments

Comments
 (0)