.github/workflows/test.yml in memolog-0.3.4 vs .github/workflows/test.yml in memolog-0.3.5

- old
+ new

@@ -22,10 +22,10 @@ rspec: runs-on: ubuntu-latest strategy: matrix: - ruby: [2.5, 2.6, 2.7, 3.0] + ruby: [2.7, 3.0] steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: