.github/workflows/test.yml in extralite-1.22 vs .github/workflows/test.yml in extralite-1.23

- old
+ new

@@ -6,10 +6,10 @@ build: strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - ruby: ['2.7', '3.0', '3.1', truffleruby] + ruby: ['3.0', '3.1', '3.2', truffleruby] name: >- ${{matrix.os}}, ${{matrix.ruby}} runs-on: ${{matrix.os}}