diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d9e78383..b791c89e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,9 @@ jobs: - rails_version: "main" ruby_version: "3.1" mode: "capture_patch_enabled" + - rails_version: "main" + ruby_version: "3.2" + mode: "capture_patch_enabled" - rails_version: "5.2.6" ruby_version: "2.7" mode: "capture_patch_disabled" @@ -57,6 +60,9 @@ jobs: - rails_version: "main" ruby_version: "3.1" mode: "capture_patch_disabled" + - rails_version: "main" + ruby_version: "3.2" + mode: "capture_patch_disabled" steps: - uses: actions/checkout@master - name: Setup Ruby diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f1cdc4e1e..9d9305b46 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,10 @@ nav_order: 5 ## main +* Add 3.2 to the list of Ruby CI versions + + *Igor Drozdov* + * Stop running PVC's `docs:preview` rake task in CI, as the old docsite has been removed. *Cameron Dutro*