.github/workflows/ruby.yml in salestation-5.3.1 vs .github/workflows/ruby.yml in salestation-5.3.2
- old
+ new
@@ -13,10 +13,10 @@
test:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby-version: ['2.6', '2.7', '3.0']
+ ruby-version: ['2.7', '3.0']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,