.github/workflows/ruby.yml in hexdump-0.2.4 vs .github/workflows/ruby.yml in hexdump-0.3.0

- old
+ new

@@ -1,12 +1,8 @@ name: CI -on: - push: - branches: [ master ] - pull_request: - branches: ['**'] +on: [ push, pull_request ] jobs: tests: runs-on: ubuntu-latest strategy: @@ -15,10 +11,12 @@ ruby: - 2.4 - 2.5 - 2.6 - 2.7 + - 3.0 - jruby + - truffleruby name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1