.github/workflows/main.yml in grumlin-0.13.1 vs .github/workflows/main.yml in grumlin-0.14.0
- old
+ new
@@ -20,10 +20,10 @@
bundle exec rubocop
test:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby: [2.6, 2.7, 3.0]
+ ruby: [2.7, 3.0]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with: