.github/workflows/test.yml in grape-app-0.11.0 vs .github/workflows/test.yml in grape-app-0.11.1

- old
+ new

@@ -9,10 +9,10 @@ jobs: test: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ["2.7", "3.0", "3.1"] + ruby-version: ["2.7", "3.0", "3.1", "3.2"] gemfiles: ["Gemfile", "Gemfile.rails6"] env: BUNDLE_GEMFILE: ${{ matrix.gemfile }} steps: - uses: actions/checkout@v3