.github/workflows/test.yml in danger-spotbugs-0.0.1 vs .github/workflows/test.yml in danger-spotbugs-0.0.2
- old
+ new
@@ -10,10 +10,10 @@
test:
name: Test with Ruby ${{ matrix.ruby }}
runs-on: ubuntu-latest
strategy:
matrix:
- ruby: [ '2.4', '2.7', '3.0' ]
+ ruby: [ '2.5', '2.7', '3.0' ]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: