.github/workflows/linux.yml in fluent-plugin-kafka-0.17.4 vs .github/workflows/linux.yml in fluent-plugin-kafka-0.17.5

- old
+ new

@@ -1,17 +1,19 @@ name: linux on: - - push - - pull_request + push: + branches: [master] + pull_request: + branches: [master] jobs: build: runs-on: ${{ matrix.os }} env: USE_RDKAFKA: 1 strategy: fail-fast: false matrix: - ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ] + ruby: [ '3.1', '3.0', '2.7', '2.6' ] os: - ubuntu-latest name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }} steps: - uses: actions/checkout@v2