.github/workflows/comments.yml in rbs-3.0.0.dev.2 vs .github/workflows/comments.yml in rbs-3.0.0.dev.3

- old
+ new

@@ -3,15 +3,16 @@ on: push: branches: - master pull_request: {} + merge_group: {} jobs: test: runs-on: "ubuntu-latest" container: - image: rubylang/ruby:3.1-dev-focal + image: rubylang/ruby:3.2-dev-focal steps: - uses: actions/checkout@v3 - name: Install dependencies run: | apt-get update