.github/workflows/ci.yml in table_sync-6.3.0 vs .github/workflows/ci.yml in table_sync-6.4.0

- old
+ new

@@ -28,10 +28,10 @@ PGUSER: root strategy: fail-fast: false matrix: - ruby: ["2.7", "3.0", "3.1"] + ruby: ["2.7", "3.0", "3.1", "3.2"] name: ${{ matrix.ruby }} steps: - uses: actions/checkout@v2