diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8f391e..7465b8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.1', '3.0', 2.7, head, jruby, truffleruby-head ] + ruby: [ '3.2', '3.1', '3.0', '2.7', head, jruby, truffleruby-head ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: