.github/workflows/ci.yml in grape-entity-0.10.2 vs .github/workflows/ci.yml in grape-entity-1.0.0
- old
+ new
@@ -16,20 +16,20 @@
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
- ruby-version: '3.1'
+ ruby-version: '3.2'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop --parallel --format progress
rspec:
runs-on: ubuntu-latest
needs: ['rubocop']
strategy:
matrix:
- ruby-version: ['2.7', '3.0', '3.1', 'head', jruby, truffleruby]
+ ruby-version: ['3.0', '3.1', '3.2', 'head']
steps:
- name: Check out branch
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1