diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48b172f..24e458e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,9 @@ jobs: strategy: matrix: include: + - ruby: '3.5' + active-model: '8.1.1' + couchbase: '7.2.3' - ruby: '3.4' active-model: '8.0.2' couchbase: '7.2.3' @@ -26,9 +29,6 @@ jobs: - ruby: '3.2' active-model: '7.1.0' couchbase: '6.6.5' - - ruby: '3.1' - active-model: '7.1.0' - couchbase: '7.1.0' fail-fast: false runs-on: ubuntu-24.04 name: ${{ matrix.ruby }} rails-${{ matrix.active-model }} couchbase-${{ matrix.couchbase }}