.github/workflows/ruby.yml in datadog-notifications-0.7.1 vs .github/workflows/ruby.yml in datadog-notifications-0.7.2

- 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"] steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }}