.github/workflows/test.yml in rack-simple_user_agent-1.0.0 vs .github/workflows/test.yml in rack-simple_user_agent-1.1.0
- old
+ new
@@ -8,15 +8,15 @@
jobs:
test:
strategy:
matrix:
- ruby: [2.5, 2.6, 2.7, '3.0', '3.1']
+ ruby: ['2.7', '3.0', '3.1', '3.2']
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
- - name: Set up Ruby
- uses: ruby/setup-ruby@v1
- with:
- ruby-version: ${{ matrix.ruby }}
- bundler-cache: true
- - run: bundle exec rake
+ - uses: actions/checkout@v3
+ - name: Set up Ruby
+ uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: ${{ matrix.ruby }}
+ bundler-cache: true
+ - run: bundle exec rake