.github/workflows/test.yml in turnip-4.3.0 vs .github/workflows/test.yml in turnip-4.4.0

- old
+ new

@@ -4,16 +4,16 @@ test: strategy: fail-fast: false matrix: ruby: - - '2.5' - - '2.6' - '2.7' + - '3.0' + - '3.1' - jruby gemfiles: - - gemfiles/Gemfile-rspec-3.9.x - - gemfiles/Gemfile-rspec-3.10.x + - gemfiles/Gemfile-rspec-3.11.x + - gemfiles/Gemfile-rspec-3.12.x runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: