diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0e94f1df..1a897c431 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,12 @@ jobs: - ruby_version: "3.3" rails_version: "7.2" mode: "capture_patch_enabled" + - ruby_version: "3.3" + rails_version: "8.0" + mode: "capture_patch_disabled" + - ruby_version: "3.3" + rails_version: "8.0" + mode: "capture_patch_enabled" - ruby_version: "head" rails_version: "main" mode: "capture_patch_disabled" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c106fb61d..c941bf46d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,6 +18,10 @@ nav_order: 5 *Joel Hawksley* +* Add rails 8 support + + *Reegan Viljoen + ## 3.20.0 * Allow rendering `with_collection` to accept an optional `spacer_component` to be rendered between each item.