.github/workflows/main.yml in grumlin-1.1.0 vs .github/workflows/main.yml in grumlin-1.2.0

- old
+ new

@@ -20,10 +20,10 @@ bundle exec rubocop test: runs-on: ubuntu-latest strategy: matrix: - ruby: ["3.0", "3.1", "3.2"] + ruby: ["3.0", "3.1", "3.2", "3.3"] steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: