diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c57f7603..aa837317 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: build (${{ matrix.ruby }} / ${{ matrix.os }}) strategy: matrix: - ruby: [ 3.1, '3.0', 2.7, 2.6, head ] + ruby: [ 3.2, 3.1, '3.0', 2.7, 2.6, head ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: