diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce939d3fbe3..13b5e5752e0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,9 @@ jobs: strategy: matrix: include: + - ruby: { name: 3.2, value: 3.2.2 } + deps: rails_71 + os: ubuntu-22.04 - ruby: { name: 3.2, value: 3.2.2 } deps: rails_70 os: ubuntu-22.04 diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index d733dc80782..94a3aee9c45 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -14,6 +14,9 @@ jobs: strategy: matrix: include: + - ruby: { name: 3.2, value: 3.2.2 } + deps: rails_71 + os: ubuntu-22.04 - ruby: { name: 3.2, value: 3.2.2 } deps: rails_70 os: ubuntu-22.04