.github/workflows/build.yml in legitbot-1.7.2 vs .github/workflows/build.yml in legitbot-1.7.3

- old
+ new

@@ -9,10 +9,10 @@ runs-on: ubuntu-latest strategy: fail-fast: false matrix: - ruby: [ jruby, 2.6, 2.7, 3.0 ] + ruby: [ jruby, 2.7, 3.0, 3.1, 3.2 ] steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1