diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d64dce2..36812ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ jobs: strategy: matrix: ruby-version: + - '3.2' - '3.1' - '3.0' - '2.7' @@ -27,7 +28,7 @@ jobs: - 6379:6379 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: